1.0.4 • Published 3 years ago

just-todo-cli v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

just-todo-cli

Simple. Minimal. To-Do. CLI.

Sometimes you just don't want to wait for a GUI to load up.

banner tutorial

Requirements:

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
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago