pomo icon indicating copy to clipboard operation
pomo copied to clipboard

A simple pomodoro timer written in bash with the ability to pause, play and skip timers. It works with most notification daemons available on Linux.

Simple Pomodoro

This is a simple bash script that runs a pomodoro timer via notifications on Linux!

Dependencies

  • libnotify (for notify-send)

Usage

Usage: pomo [options]
Options:
	-f <focus time in sec> (Default is 1500)
	-b <break time in sec> (Default is 300)
	-l <long break in sec> (Default is 1200)
	-r <number of sessions before long break> (Default is 4)
	-c <number of cycles> (Default is 1)
	-F <command to run when focus time starts>
	-B <command to run when short break starts>
	-L <command to run when long break starts>
	-P <command to run when paused>
	-R <command to run when resumed>