Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Duration = "52m" // max length of Twitch no-ad run Warn = "1m" Prefix = "🍅" PrefixWarn = "💢" )
View Source
var Cmd = &Z.Cmd{ Name: `pomo`, Commands: []*Z.Cmd{ printCmd, help.Cmd, vars.Cmd, conf.Cmd, initCmd, startCmd, stopCmd, }, Shortcuts: Z.ArgMap{ `started`: {`var`, `started`}, `duration`: {`var`, `set`, `duration`}, `warn`: {`var`, `set`, `warn`}, `prefix`: {`var`, `set`, `prefix`}, `prefixwarn`: {`var`, `set`, `prefixwarn`}, }, Summary: `sets or prints a countdown timer (with tomato)`, Version: `v0.1.1`, Copyright: `(c) Robert S. Muhlestein <rob@rwx.gg> (rwxrob.tv)`, License: `Apache-2.0`, Source: `https://github.com/rwxrob/pomo`, Issues: `https://github.com/rwxrob/pomo/issues`, Description: ` The {{cmd .Name}} command is a simple tool to help people follow the Pomodoro method of time boxing. Many add {{print "#(" .Name ")" | pre }} to their {{cmd "tmux"}} status lines and turn up the refresh to one second.`, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.