Skip to content

๐Ÿ“• A todo notes management CLI tool. Simple and light, written entirely in C++.

License

Notifications You must be signed in to change notification settings

jun6000/todoCLIplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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!!

About

๐Ÿ“• A todo notes management CLI tool. Simple and light, written entirely in C++.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published