2.0.7 • Published 3 years ago

docket-cli v2.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

docket-screenshot

Hello there. This tool is a very simple to use to-do app built for the command line. It's very easy to customize this program if need be and the whole program consists of 5 JS files. I've created this as a learning project and I find it useful since I can stay in the terminal and keep track of small tasks when working with a large codebase. You can find it on Github @ (github.com/ccbagel/docket-cli.)

To install this program, run npm i docket-cli

  1. To start, run todos docket OR you can skip the intro and use one of the commands below to start a task.

  2. To create a new item in your todo list, run todos add "task".

  3. To see your current tasks, run todos list.

  4. To mark a task complete, run todos -t OR todos --task <tasks...>. NOTE: if you run todos -t OR todos --task without specifying the task(s) which have their index number (ie 0, 1, 2 etc) in the list, you'll mark all your tasks done.

If you need help, run todos --help to see the commands you can run. Happy hacking 😎

2.0.7

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

1.0.0

3 years ago