Implementation of pomodoto tecnics in shell script
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Depends on 'aplay' and xmessage
sudo apt-get install aplay
sudo apt-get install xmessage
Unzip
unzip pomo-cmd.zip
Enter
cd pomo-cmd
Run
./pomo
You can use arguments
- Without any argument starts the pomodoro and at the end starts the break(short or long based on completed pomodoros <= 4 short > 4 long)
- -w Start pomodoro [w]ithout break after pomodoro finishes
- -r [R]eset pomodoro counter
- -b start [B]reak(short or long based on completed pomodoros <=4 short long)";
- -sb start [S]hort [B]reak
- -lb start [L]ong [B]reak
- ** Ismael Machado ** - (https://github.com/pomo-cmd)
This project is licensed under the MIT License - see the LICENSE.md file for details