todoCLI - A simple todo app that runs in your terminal.
Also check out todoCLIplus a more feature-packed version of todoCLI written completely in C++.
git, make, a C-compiler (gcc, clang, etc.)
- Clone this repo.
- Run
cd todoCLI/. - And then run
maketo create thetodoexecutable. - Run the executable with
./todo.
Since the todo executable doesn't have any dependencies, feel free to move it around to other paths of your choice as well. A new blank tasks.txt file will be created (while in the directory specified by the new path) if not already present in the new path to store tasks. You could even create a symlink to the todo executable and the tasks.txt file so as to avoid moving the files.
Thank you very very much Shan for the original idea and support!!

