Enhanced version of todoCLI with additional features, written completely in C++.
git
, make
, a C++-compiler (g++
, clang++
, etc.)
- Clone this repo.
- Run
cd todoCLIplus/
. - And then run
make
to create thetodo
executable. - 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!!