Files
todd/README.md
2024-11-10 01:20:57 +01:00

17 lines
374 B
Markdown

# Todd
`todd` is a to-do app written in C.
## Requirements
- GCC
- GNU Make
- ncurses development libraries
## Building
To build `todd` all you need to do is run `make`.
## Usage
```sh
./todd <file.todd>
```
## 3rd Party
Todd uses the following dependencies:
- stb_ds - https://github.com/nothings/stb
- ncurses - https://tldp.org/HOWTO/NCURSES-Programming-HOWTO/index.html