@rajat0/todo-cli
v1.3.4
Published
A fast, production-grade CLI todo application
Downloads
14
Readme
Todo TUI App
A fast, production-grade TUI (Terminal User Interface) todo application with a light blue/black theme and white text.
Features
- Interactive terminal interface with arrow key navigation
- Add, list, complete, and delete todos
- Data persistence to a local file
- Clean, readable styling with light blue/black theme and white text
- Fast performance
- Keyboard shortcuts for efficient usage
Installation
npm install -gUsage
Simply run:
todoKeyboard Shortcuts
- ↑/↓ : Navigate between todos
- SPACE : Toggle todo completion status
- D : Delete selected todo
- I : Add a new todo
- ESC or Ctrl+C : Exit the application
Theme
The application uses:
- Light blue for active elements and headers
- Black/dark background
- White text for readability
- Grey strikethrough text for completed todos
Data Storage
Todos are stored in a JSON file at ~/.todo-cli-data.json in your home directory.
