Skip to content
/ pomo Public

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.

Notifications You must be signed in to change notification settings

Prayag2/pomo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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>

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages