Skip to content

jun6000/todoCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todoCLI

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++.

Pre-requisites:

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

Installation (for linux)

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

image image

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

Source code for the todoCLI app.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors