Zig todo terminal application using NCurses
- zig installed with version 0.11.0-dev.2689+b7c00999b
- NCurses installed on your linux distro
--> run: zig build, enjoy
- [ a ]: adds a todo to the list
- [ d ]: deletes the selected todo
- [ TAB ]: Filters the list between All - Done - Todo
- [ SPACE ]: Marks a todo as done
- [ j ] move up the list
- [ k ] move down the lsit