Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-27 | Add expandEnv function and use it in PipeReader family of monitors | Will Song | |
expandEnv takes a string and expands the environment variables it can find. variable substringing (e.g. ${VAR:1} to lop off the first character) is not supported, but $VAR and ${VAR} formats are, with the former being delimited by punctuation, but not underscores. | |||
2014-08-09 | typo: seperator --> separator | Reto Hablützel | |
2014-08-09 | New Plugin MarqueePipeReader | Reto Hablützel | |
Display a long text from a pipe with marquee. It wraps around with a given separator and the length may be specified as well as the delay in 10th seconds. See readme for an example. |