a pomodoro timer in bash. work in focused bursts followed by short breaks to boost productivity. after humble requests from sakurajima mai san (real), ive also added a todolist to it.
- 25-minute work sessions followed by 5-minute breaks.
- repeats for up to 4 cycles.
- displays a countdown timer in the terminal.
- play alarm sound at the end of each session.
- add and complete tasks
- tasks saved in .txt file (real persistent)
-
clone the repository:
$ git clone https://github.com/USERNAME/REPOSITORY.git $ cd pomo-script
-
make the script executable:
$chmod +x src/pomo.sh
if you prefer to install the script as a debian package, you can download the latest .deb
file from the releases director or releases.
to install the package, run:
sudo dpkg -i releases/pomo.deb
after installation, you can run the script with:
pomo.sh
behold, looks like this: