Skip to content

Added clock timer#29

Open
anubhav-sharma13 wants to merge 7 commits into
aviaryan:masterfrom
anubhav-sharma13:master
Open

Added clock timer#29
anubhav-sharma13 wants to merge 7 commits into
aviaryan:masterfrom
anubhav-sharma13:master

Conversation

@anubhav-sharma13
Copy link
Copy Markdown

A popular time management technique uses a timer to break down work into intervals (usually
25 mins) followed by a small break.
created a BASH script to aid this process. Taken a command line argument for the
number of iterations (work + break). Print notifications about the breaks (5 mins) or time to work
(25 mins) in the terminal. Every 4 iterations, include a long break (15 mins). Print notification
when all the cycles are complete.
Example usage:
bash timer.sh 2
Output structure:
#1 work
#1 break time
#2 work
#2 break time
Finished

@anubhav-sharma13
Copy link
Copy Markdown
Author

Working perfectly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant