Pomo is a simple productivity tool written in C that helps unix users manage their time using the Pomodoro Technique directly on the terminal.
Pomo is still in its initial phase, any feedback and contributions from users are welcomes and values.
You need to have gcc and make installed.
- Clone this repo :
git clone https://github.com/the01rch/pomo
- Go to the directory :
cd pomo
- Build and install it with
sudo make install
- Uninstall the program
sudo make uninstall
To start the timer use the flag start :
pomo start &
To pause the timer use the flag pause :
pomo pause
To resume the timer use the flag resume:
pomo resume
To stop the timer use the flag stop :
pomo stop
To display the time left use the flag clock :
pomo clock