Simple todo CLI utility made for Linux with help of ChatGPT.
It's in early stage of development and could contain errors (I hope not critical ones!).
- Program is written in Rust so it's incredibly fast.
-
List your tasks with status in clean and readable way using todo list.
Example:Task list: 1. Test ✅ finished! 2. Finish this damn project ❎ TODO
- Simple commands and no errors on half of the screen!
todo add <task>
- adds task to the list.
todo list
- prints task list.
todo remove <task number>
- removes task from list.
todo status <task number>
- toggles status between todo and finished.
todo help
- display help message.
- From latest release, download the
todo
file. - Open terminal in the
todo
file location. - Use command
sudo mv todo /usr/local/bin/todo
. - Now you can access the program from any place.