Skip to content

gpad/pomodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages