Skip to content

me-heer/just-todo-cli

Repository files navigation

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