Skip to content

ThePiGrepper/pomod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pomod

The pomodoro daemon.

pomod implements the Pomodoro Technique, as designed by Francesco Cirillo.

Running

As it's name implies, pomod is implemented as a daemon, that means that the server-side process runs in the background, waiting for a request, usually sent by the client-side process.

pomod start
pomod halt
pomod info
pomod kill

Building

Install dependencies:

  • libnotify
  • meson (build dependency)
  • scdoc (build dependency, optional for man pages)

Then run:

meson build
ninja -C build
build/pomod

License

MIT