wizsk / plock

cli pormodoro clock and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plock

It is a small cli app for pomodoro sessions. It hast a clock and timmer build in.

install by building from the main branch

# getting rid of the debug informations with ldflags
go install -ldflags "-s -w" github.com/wizsk/plock@latest

usages

provide time in 2h3m4s this format.

promt> plock --help
Usage of plock [<session len> <break>] [OPTIONS..]:
A small pomodoro clock from the terminal

OPTIONS:
  -p  pomodoro timer length (default "45m")
  -b  break length (default "10m")
  -c  clock mode
  -t  timer mode or count up form 0 seconds
  -u  timer mode or count up form 0 seconds until specified time. eg. 1m30s
  -e  don't show "Ends at: "03:04:05 PM

Special Thanks

About

cli pormodoro clock and more

License:GNU General Public License v3.0


Languages

Language:Go 95.5%Language:Makefile 4.5%