A pomodoro terminal app!
- Run
install.sh
- Run
$pomodorox
To configure the pomodoro times and loops you must set the values on
~/.config/pomodorox/config.yaml
\n
Disclaimer: This configurations is the way what work for me!, you can modify for your need. 😉
This app take 3 params:
workLoops
-> The number of block of worktimeWorkLoops
-> Time for each work blocktimePause
-> Time for each pause block
- Clone this repo
git clone https://github.com/pablotrianda/pomodorox
- Go to folder
cd pomodorox
- Install the dependencies
go mod tidy
- Run
go run *.go
- Show times and loops on tmux bar.
- More configurations modes.