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 4330f78e84 feat: Specification of another todo file path; fix: Some out-of-bounds edge cases; 1 year ago
src feat: Specification of another todo file path; fix: Some out-of-bounds edge cases; 1 year ago
.gitignore Initial commit; add, show, help 1 year ago
LICENSE Initial commit; add, show, help 1 year ago
Makefile feat: Specification of another todo file path; fix: Some out-of-bounds edge cases; 1 year ago
README.md feat: show-done and done commands 1 year ago
install.sh feat: Specification of another todo file path; fix: Some out-of-bounds edge cases; 1 year 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]... -> Marks specified TODO(s) as done

License

GPLv3

GPLv3