Create your todo list right in your terminal of choice. Works on Windows, Mac OS and Linux
Add, view and remove your tasks from your todo list was never easier.
npm install -g ke-cli-todo
If you do not want to install it globally, you can install it locally to any folder or project.
npm install ke-cli-todo
To add a task to your todo list, just type in your terminal:
todo add
To view the tasks of your todo list, just type in your terminal:
todo view
or:
todo ls
To delete tasks from your todo list, just type in your terminal:
todo del
Select the tasks by pressing the space bar and once you have selected all desired tasks to delete press ENTER.