@gouveags/tui-do
v1.0.0
Published
to-do list app for the terminal
Readme
tui-do
A tiny terminal to-do list app—because sticky notes don’t run npm install.
Links
- npm: https://www.npmjs.com/package/@gouveags/tui-do
- GitHub: https://github.com/gouveags/tui-do
Install
Requires Node 18+.
Global (recommended):
npm install -g @gouveags/tui-do
tui-doLocal (development):
npm install
npm run startUsage
- Launch with
tui-do. - Navigate with the arrow keys and
Enter. Escgoes back,Ctrl+Cquits.- In rename/input prompts, type to edit. Use
Backspace,Delete,Left,Right,Home,End,Enter, andEsc.
Data storage
- Linux/macOS:
~/.local/share/tui-do(or$XDG_DATA_HOME/tui-do) - Windows:
%APPDATA%\tui-do - Override with
TUI_DO_DIR=/path/to/dir
Scripts
npm run build– buildnpm run test– testsnpm run lint– lint
License
MIT. Go forth and procrastinate responsibly.
