A TUI pomodoro that helps you focus more and prevent burnouts.
Most of the time I like to have control of my apps through the terminal and I recently started using the Pomodoro Technique.
I found out that I had to use my phone to set timers or my watch to set stopwatches. I don't like to use my phone for this because i end up checking stuff i shouldn't while working. I don't like to use stopwatches either because I always forget to stop them on time.
I wanted something that only worked from my computer, in order to condition myself so computer = work = focus.
There are plenty of these TUI's out there like
I just wanted to build my own implementation.
- Download binary from the releases page of this repo.
- Go to the downloaded location and make it executable
chmod +x /path/to/download/pomo
- Run Pomo binary
./pomo
- Clone this repository
git clone https://github.com/waldo2810/pomo.git
- Build binary
make
- Run Pomo binary
./pomo