This is a simple program using Viper and Cobra for learning purposes. This is based on rwxrob's cmdbox-pomo.
go install github.com/rdcuzins/pomo@latest
I generally use this within the tmux status.
Add the following to .tmux.conf:
set -g status-interval 1
set -g status-right " #(pomo)"
To start a timer:
pomo start 30m
or pomo start
(defaults to 25m)
To stop a timer:
pomo stop
To get time left:
pomo
To get Help:
pomo -h
- Set custom emoji or disable
- Set blinking as optional