A very simple CLI pomodoro timer. Only purpose is to help me keep track of time, so pretty minimal.
git clone https://github.com/isaacdonaldson/pomgo
cd pomgo
go build
./pomgo
# If you want a system wide command, add to your executable folder (mine is ~/bin)
cp ./pomgo ~/bin/pomgo
# Then you can run
pomgo
And you'll see:
╭──────────────────────────────────────────────────────╮
│ Pomogoro │
│ ██████╗ ███████╗ ██████╗ ██████╗ │
│ ╚════██╗ ██╔════╝ █ ██╔═████╗ ██╔═████╗ │
│ █████╔╝ ███████╗ ██║██╔██║ ██║██╔██║ │
│ ██╔═══╝ ╚════██║ ████╔╝██║ ████╔╝██║ │
│ ███████╗ ███████║ █ ╚██████╔╝ ╚██████╔╝ │
│ ╚══════╝ ╚══════╝ ╚═════╝ ╚═════╝ 000 │
│ s start • r reset • q quit │
╰──────────────────────────────────────────────────────╯