Skip to content

geoffroymontane/unix-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unix-todo

A simple and scriptable to-do list in your terminal written in C

Screenshot

Installation

You have to clone the repository (or download a release) :

cd ~
git clone https://github.com/geoffroymontane/unix-todo
cd unix-todo

Then, compile by using gcc :

gcc main.c -lreadline -o uxtodo

If this command failed, just check if gcc and GNU Readline are fully installed on your system and install them otherwise.

Move the executable to a correct directory intended to store executables, such as :

sudo mv uxtodo /bin

Then, all should be fine. Just enter :

uxtodo help

License

GPLv3

About

A simple and scriptable to-do list in your linux terminal written in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages