Skip to content

el1sha256/ctodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ctodo

TODO implementation on C

This version program is implemented only for Unix systems

Install:

  1. cd ~/Downloads
  2. git clone https://github.com/Ryvfun/ctodo.git
  3. cd ctodo
  4. sudo make

Possible problems

  1. ctodo: command not found Solution: Try reload terminal emulator and check file in /usr/bin
  2. Fail when open connection with db Solution: Check do you have directory .config on home directory to current user. If not, create it!

Enjoy!