Just another pomodoro timer with music playing support
demo.mp4
Currently, the App is not pre-packaged. To run it, you need to build it from source but don't worry, there is not much to do, follow the steps below
- Download the GitHub repo
$)> git clone https://gitlab.com/aristidebm/pomodoro.git \<directory\>
- Go into the directory above
$)> cd \<directory\>
- Build the app
You can build the app by executing the command below. It will create a file named pomodoro
inside /tmp
folder
make build
- Copy the file into local bin (optional)
make deploy
After these steps, you are ready to go!
$)> pomodoro
Need to know available CLI options ?
$)> pomodoro --help
Thanks to ashtron for bringing the idea of pairing a pomodoro timer with a music player
- Add support for timer
reset
feature. - Add support for more player features (pause/resume track, next/prev track).
- Add support for breaks management (long breaks, short breaks, ...).
- Add support for playing *.mp4, *.webm files.