Skip to content

willn-dev/Pomodoro-Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pomodoro-Terminal

CLI pomodoro timer for MacOS


What is a Pomodoro timer?

The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. It uses a kitchen timer to break work into intervals, typically 25 minutes in length, separated by short breaks. Each interval is known as a pomodoro, from the Italian word for tomato, after the tomato-shaped kitchen timer that Cirillo used while he was a university student.

wiki

How does it work?

The original technique has six steps:

  1. Decide on the task to be done.
  2. Set the Pomodoro timer (typically for 25 minutes).
  3. Work on the task.
  4. End work when the timer rings and take a short break (typically 5–10 minutes).
  5. Go back to Step 2 and repeat until you complete four pomodori.
  6. After four pomodori are done, take a long break (typically 20 to 30 minutes) instead of a short break. Once the long break is finished, return to step 2.

Usage:

The app uses 25:5min intervals. Simply run the command in terminal pomo-term, to begin your timer. After each timer ends, there is a small chime sound to alert you that it has finished.

Installation.

clone the repo using git clone https://github.com/willn-dev/Pomodoro-Terminal.git

cd into the folder, and run the installation script ./install.sh

note: Dont ever run a script that you dont trust. The installation script has every line commented so you can understand whats happening

Now you should be able to run pomo-term from any directory to start.

Uninstalling

rm -rf ~/.local/lib/pomo-term ~/.local/bin/pomo-term

You can also delete the cloned repository if you no longer need it. it will be wherever you initially executed the git clone command from

About

CLI pomodoro timer for MacOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published