1.1.0 • Published 5 years ago

minimalist-todo-cli v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Minimalist To-do CLI

Minimalist to-do list to help you stay productive. With customizable timer for working and resting, you can use it with pomodoro technique.

Preview Preview

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

npm i -g minimalist-todo-cli

Commands

  1. Help todo-cli --help
  2. Add task todo-cli --add 'Fix bugs'
  3. Delete task todo-cli --delete <index> todo-cli --delete 1
  4. Finish task todo-cli --finish <index> todo-cli --finish 1
  5. Unfinish task todo-cli --unfinish <index> todo-cli --unfinish 1
  6. List task todo-cli --list todo-cli --list
  7. Start task todo-cli --start todo-cli --start
  8. Rest task todo-cli --rest todo-cli --rest

License

This project is licensed under the MIT License - see the LICENSE.md file for details

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago