Command line pomodoro timer, implemented in Go.
Go to Release Page
4 pomodoro 1 long break is 1 cycle
Release dev
$env:GOOS = 'linux'
$env:GOOS = 'windows'
$env:GOOS = 'darwin'
$env:CGO_ENABLED = '1'
go mod tidy
git tag #check current version
git tag v0.0.3 #set tag version
git push origin --tags #push tag version to repo