Simple CLI application that make a countdown:
You need to download this repo and build the script with:
$ mix deps.get
$ MIV_ENV=prod mix escript.build
After that you have created the escript and now you should install whit
mix install
It creates a directory ~/.pomodoro
with a end.wav
that is the sound that will be emitted when times out. It will copy the file in /usr/local/bin/
. It can be changed passing --dest-path <my_path>
To develop you can run: mix escript.build && ./pomodoro
- Create the install task
- It's implemented only the countdown
- Show a progress bar