Simple command line pomodoro program to focus.
The pomodoro-cli program alows the user to have a simple and visually attractive pomodoro timer on their terminal.
To install the program you can do one of the following methods:
cd to the directory where you want to install the program and run:
cd
$ git clone https://github.com/0kron/pomodoro-cli/pomodoro
You can run the program using
$ python3 $HOME/path/to/the/git_clone/main.py
Or assaign an alias to the command on .bashrc:
alias
.bashrc
alias pomodoro='python3 $HOME/path/to/the/git_clone/main.py