https://github.com/me-heer/just-todo-cli
Simple. Minimal. ToDo. CLI.
https://github.com/me-heer/just-todo-cli
cli javascript nodejs task terminal todo
Last synced: 5 months ago
JSON representation
Simple. Minimal. ToDo. CLI.
- Host: GitHub
- URL: https://github.com/me-heer/just-todo-cli
- Owner: me-heer
- Created: 2021-05-12T14:13:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-12T06:39:44.000Z (over 4 years ago)
- Last Synced: 2025-08-09T09:27:30.221Z (11 months ago)
- Topics: cli, javascript, nodejs, task, terminal, todo
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/just-todo-cli
- Size: 852 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# just-todo-cli
Simple. Minimal. To-Do. CLI.
Sometimes you just don't want to wait for a GUI to load up.


### Requirements:
- Install NodeJS ()
### Installation:
mkdir todo
cd todo
npm install -g just-todo-cli
**Note:** Installing the CLI will create 2 files (tasks.db, userSettings.db) to store data.
That's it. Just open the terminal/cmd and type in: `todo`
## Commands
```
Usage: todo [options] [command] [task]
To-Do List CLI
Options:
-a, --add add a task
-h, --help display help for command
-l, --list list all tasks
-r, --remove remove a task
-u, --update update a task
Commands:
reset Reset the ToDo CLI Database
```
### Why
- Sometimes, I'm working, watching a tutorial and I want to add a quick task to my ToDo. I just want to open the terminal, add the task and get back to the video. This is why I made this.
- In this case, using a GUI to add a task takes about 30-50 seconds which disrupts my workflow.
- Because I'm good with typing things rather than clicking things.
### Uninstall
npm uninstall -g just-todo-cli