An open API service indexing awesome lists of open source software.

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.

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.

![banner](banner.png)
![tutorial](tutorial.gif)

### 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