Skip to content
/ tato Public

Minimalistic and flexible Pomodoro timer TUI

License

Notifications You must be signed in to change notification settings

f1sty/tato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published