quicktodo
v1.0.3
Published
A CLI tool for managing todos
Downloads
8
Readme
QuickTodo
QuickTodo is a simple and efficient command-line tool for managing your todos. With QuickTodo, you can easily add and list todos from your terminal.
Installation
To install QuickTodo globally on your system, run:
npm install -g quicktodo
Usage
To add a to-do list item, run:
todo add <task name> [due date]
Note: when running for the first time, QuickTodo will ask you for the file path to your JSON file.
To list all your todos, run:
todo list
To remove a todo, run:
todo delete <task name>
License
This project is licensed under the MIT license. See the LICENSE file for more.
Contributions
We welcome contributions! If you have any suggestions or improvements, please open an issue or submit a pull request.