This is pomodoro timer made by only bash for macOS.
- Changed the log format to markdown.
- Now traps Ctrl C.
- You can keep playing BGM during breaks. This is better than an alarm only.
- Audio guide.
- Task logging.
- macOS Big Sur
-
Create install folder and change directory to that.
-
Clone the code.
git clone https://github.com/happy-se-life/music-pomodoro-timer.git
- Grant execute permission.
chmod x ./music-pomodoro-timer.sh
- Set BGM file
vim music-pomodoro-timer.sh
Edit CONST_BREAK_TIME_BGM_FILE="/pathto/xxxx.mp3".
- Run it.
./music-pomodoro-timer.sh
- MIT Lisense