/music-pomodoro-timer

Pomodoro timer using speech and BGM.

Primary LanguageShellMIT LicenseMIT

music-pomodoro-timer

This is pomodoro timer made by only bash for macOS.

What's new

  • Changed the log format to markdown.
  • Now traps Ctrl + C.

Features

  • You can keep playing BGM during breaks. This is better than an alarm only.
  • Audio guide.
  • Task logging.

Requirements:

  • macOS Big Sur

Install

  1. Create install folder and change directory to that.

  2. Clone the code.

git clone https://github.com/happy-se-life/music-pomodoro-timer.git
  1. Grant execute permission.
chmod +x ./music-pomodoro-timer.sh
  1. Set BGM file
vim music-pomodoro-timer.sh

Edit CONST_BREAK_TIME_BGM_FILE="/pathto/xxxx.mp3".

  1. Run it.
./music-pomodoro-timer.sh

License

  • MIT Lisense