/tato

Minimalistic and flexible Pomodoro timer TUI

Primary LanguageCOtherNOASSERTION

tato

Minimalistic and flexible Pomodoro timer TUI written in C. It's configuration system using config.h file is inspired by suckless projects.

Config

Look into config.h file for configuration.

Compile and install

Just run:

$ make install

in your terminal, and you done. By default tato installed in $HOME/.local/bin directory. So be sure to include it into your $PATH.

TODO:

  • create Makefile
  • add ncurses library
  • clear the screen
  • print current status at the centre of the terminal
  • postpone on p press
  • restart session on r press
  • quit on q press
  • skip on s press
  • play alarm sound on state change
  • debug time overflows
  • wrap state into struct
  • add optional notification