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
|
1 year ago | |
---|---|---|
src | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
install.sh | 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