Command Line Interface "to DO" program
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Kasianov Nikolai Alekseevich 8066c97c5c Initial commit; add, show, help 11 months ago
src Initial commit; add, show, help 11 months ago
.gitignore Initial commit; add, show, help 11 months ago
LICENSE Initial commit; add, show, help 11 months ago
Makefile Initial commit; add, show, help 11 months ago
README.md Initial commit; add, show, help 11 months ago

README.md

clido

Command Line Interface to DO program

clido helps to keep "to do" notes on the disk space.

Compilation

Simply make or as simply compile .c files together

Installation

If you're on Linux - make install or simply move the binary to ...TODO!!(figure out where to put the binary)

Usage

clido [COMMAND]

Commands:

  • help -> Prints this message and exists
  • add [todo]... -> Writes a new TODO to a default TODO file
  • show -> Outputs current TODOs
  • show-done -> Outputs TODOs which were done previously
  • done [index OR index1-index2 OR index1,index2] -> Marks specified TODO(s) as done

License

GPLv3

GPLv3