Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Duration = "52m" // max length of Twitch no-ad run Interval = "20s" // default StreamLabs clip length 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{ `delete`: {`var`, `delete`}, `unset`: {`var`, `unset`}, `get`: {`var`, `get`}, `started`: {`var`, `started`}, `duration`: {`var`, `set`, `duration`}, `warn`: {`var`, `set`, `warn`}, `prefix`: {`var`, `set`, `prefix`}, `prefixwarn`: {`var`, `set`, `prefixwarn`}, `autoreset`: {`var`, `set`, `autoreset`}, }, Version: `v0.2.3`, Copyright: `(c) Robert S. Muhlestein <rob@rwx.gg> (rwxrob.tv)`, License: `Apache-2.0`, Source: `https://github.com/bash-bunny/pomo`, Issues: `https://github.com/bash-bunny/pomo/issues`, Summary: help.S(_pomo), Description: help.D(_pomo), }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.