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.
To install QuickTodo globally on your system, run:
npm install -g quicktodo
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>
This project is licensed under the MIT license. See the LICENSE file for more.
We welcome contributions! If you have any suggestions or improvements, please open an issue or submit a pull request.