Disclaimer: This project is in active development and not stable or fully implemented yet.
Todo lists in the terminal!
$ todo add Finish this program
todo: task added to list.
$ todo
todo: current tasks.
[1] Finish this program.
$ todo clear
todo: tasks cleared from list.
Note: a C++ compiler is required to compile the programs. Alternatively download the binaries from releases
- Compile with
make
- Run the binary with
./todo
- Everything basically
- Arisien - Main developer
Todo is licensed under the MIT license. Feel free to fork the repository or modify the code as you see fit.