A TUI todo manager
A terminal UI todo manager for Linux written in C.
$ git clone --recurse-submodules https://github.com/LordOfTrident/doto
$ cd doto
$ make
$ ./doto -h
You can find the config file in ~/.config/doto.json
. It is automatically created when missing.
Config documentation coming soon.
If you find any bugs, please create an issue and report them.