pomokit

Pomodoro Kit

image

Command line pomodoro timer, implemented in Go.

Installation

Go to Release Page

Usage

4 pomodoro 1 long break is 1 cycle

Dev

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