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.
|
|
|
# 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](https://www.gnu.org/graphics/gplv3-with-text-84x42.png "GPLv3 logo")
|
|
|
|
|
|
|
|
GPLv3
|