Skip to content

KikiProjecto/tuikkusu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

animated head

a TUI based management tool for storage size + tweaks selection >''<


preview

Prerequisites

To run Tuikkusu smoothly on your local machine, you will need:

  • Go (Golang): v1.21 or higher installed (to compile and run the engine). Download from go.dev.
  • Node.js & npm/pnpm: Required only if you want to run it dynamically via npx without cloning the repository.
  • Terminal: A modern terminal emulator (e.g., iTerm2, Windows Terminal, Alacritty) with a bash/zsh shell to properly render the TUI graphics.

Quick start

You can instantly launch the Tuikkusu TUI anywhere on your system using npx or pnpm dlx

Using NPM:

npx github:KikiProjecto/tuikkusu

Using PNPM:

pnpm dlx github:KikiProjecto/tuikkusu

Native Go Install

if you prefer not to use Node.js at all, you can use Go's native package manager to install it directly to your system:

go install github.com/KikiProjecto/tuikkusu/tuikkusu@latest
tuikkusu

How to Use

once the TUI boots up, you will navigate through the setup phases :

  1. Language Gate: Use Up/Down or k/j to select English or Indonesia, then press Enter.
  2. Storage Gate: Type your physical storage limit in MB (e.g. 500.0) and press Enter.
  3. Customization Matrix:
    • Use Arrow Keys or h/j/k/l to browse options.
    • Press Enter to select an item and advance to the next category.
    • Press Esc or s to SKIP a category.
  4. Undo Rollback: If you exceed your storage limit, you'll enter the Undo Panel. Press Backspace to pop the last item off your history stack until your storage returns to a safe threshold!

Project Structure

tuikkusu/
├── README.md
├── index.html        # beta web (under work)
├── main.py           # program core source (college project '~')
├── tuikkusu/         # Go-based TUI Engine
│   ├── go.mod
│   ├── go.sum
│   ├── main.go
│   └── tuikkusu      # Executable binary
└── visual/
    └── preview.png

About

TUI based management tool and you can setup your favorite tweaks here

Topics

Resources

Stars

13 stars

Watchers

0 watching

Forks

Contributors