Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1 KB

README.md

File metadata and controls

17 lines (13 loc) · 1 KB

todoCLIplus

Enhanced version of todoCLI with additional features, written completely in C++.

Pre-requisites:

git, make, a C++-compiler (g++, clang++, etc.)

Installation (for linux)

  • Clone this repo.
  • Run cd todoCLIplus/.
  • And then run make to create the todo executable.
  • Run the executable with ./todo.

Note

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.

Special Mentions

Thank you very very much Shan for the original idea and support!!