1.2.2 • Published 3 years ago

commandline-todo v1.2.2

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

Todo - CLI

Todo-CLI is command line tool to manage TODO, which can add, view, remove or mark them off once completed.

Installation

Install on Linux OS or WSL (recommended)

$ npm install commandline-todo -g

Usage

# To add any task use this 
todos add <"Add any Task Here">

# To list all the tasks use this
todos list

# To mark any task completed ( If no tasks are mentioned all the tasks will be marked as done)
todos mark-done -t <indexes...>

# To delete task (If no tasks are mentioned all the tasks will be removed)
todos remove -t <indexes...>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.