do
is a simple and efficient CLI-based todo list that allows you to manage your tasks seamlessly from the command line. It is designed to be fast, easy to use, and perfect for developers and command line enthusiasts.
Enjoy frictionless to-do management.
To install do, you can use npm:
npm install -g @ritiksahni/do
todo add "<task details here>"
todo delete "<task details here>"
todo list
todo clear
todo done "task name (or part of it)"
todo undo "task name (or part of it)"
Upon running do
for the first time, a configuration file will be initialized to store your todo list data.
Feel free to contribute to the project by reporting issues or submitting pull requests on GitHub. Your feedback and contributions are highly appreciated!