Skip to content

happy-se-life/music-pomodoro-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages