Skip to content

aplaceforallmystuff/pomodoro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pomodoro

A simple pomodoro shell script

Screenshot

How you see notifications

Screenshot

##How to use

You can either copy the code to your ~/.bashrc file or simply run

source pomodoro.sh && pomo

There after

pomo

##Options pomo [option][message]

Options

-v version
-h help screen
-l long break
-s short break
-d duration in minutes
[message] custom message to be displayed after timeout, make sure the message is under quotes

###Long breaks Long breaks are 15 minute breaks started by giving -l command, you will be notified after 15 minutes

pomo -l

###Short breaks Short breaks are 5 minute breaks started by giving -s command, you will be notified after 5 minutes

pomo -s

###Custom duration Sets custom duration of timer in minutes by giving -d command

# 45 minute timer
pomo -d 45

##Messages Custom messages to be shown after breaks

pomo -l 'time is up'
pomo 'time is up'

Made it during my spare time. Forkit, improve it, star it, have fun. Inspired by this

About

A simple pomodoro shell script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%