Minimalistic and flexible Pomodoro timer TUI
written in C. It's configuration system using config.h file is inspired by
suckless projects.
Look into config.h file for configuration.
Just run:
$ make installin your terminal, and you done. By default tato installed in $HOME/.local/bin directory.
So be sure to include it into your $PATH.
- create
Makefile - add
ncurseslibrary - clear the screen
- print current status at the centre of the terminal
- postpone on
ppress - restart session on
rpress - quit on
qpress - skip on
spress - play alarm sound on state change
- debug time overflows
- wrap state into
struct - add optional notification