gpad / pomodoro

A little CLI timer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pomodoro

Simple CLI application that make a countdown:

Install

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>

Develop

To develop you can run: mix escript.build && ./pomodoro

  • Create the install task
  • It's implemented only the countdown
  • Show a progress bar

About

A little CLI timer


Languages

Language:Elixir 100.0%