summaryrefslogtreecommitdiff
path: root/slstatus.1
AgeCommit message (Collapse)Author
2020-11-30Add a -1 option flagDaniel Moch
Allow slstatus to be used by programs that can grab status by calling an external program on a periodic basis (e.g. tmux)
2018-05-22Remove o-flag as it is redundantLaslo Hunhold
Even if we extend the flag to be an n-flag with a numerical input, we already have other Unix-tools to take care of us much more flexibly, e.g. with head(1) you can easily get the first 10 outputs with slstatus -s | head -n 10, but also e.g. discard the first one and then get the consecutive 10 outputs. For the X11-root-window-name, you can limit the runtime with timeout(1) or a comparable solution. This reverts commit fa8b939990ed0648f99b0cbeba4efed807160db3.
2018-05-21Add option to output only once and exitAaron Marcher
2017-08-13Fix man page .Os fieldAaron Marcher
2017-08-10Reduce -o | -n to -sLaslo Hunhold
What we really want is to either output to WM_NAME or stdout. If we want just one single line, we do slstatus | head -n 1.
2017-08-10Remove d- and v-flagsLaslo Hunhold
d-flag: There's no need for that, use the &-operator or fork+exec in a non-shell-context. In the latter case you get the PID for free. v-flag: If you want to find out which version of a package is installed, consult your package manager. That's his job.
2017-08-10Convert slstatus.1 to mandoc, simplify it and remove -hLaslo Hunhold
We also change the semantics of -v to only return the version information. There is now no need for usage() to exit with anything other than 1.
2017-05-11added option to output only once and exit afterwardsAaron Marcher
2016-12-29why releases for such a small project? useless and overhead!Aaron Marcher
2016-09-18several changesAli H. Fardan
2016-09-18updated man page according to readmeAaron Marcher
2016-09-18added -v to manpageAaron Marcher
2016-09-18lol, dwm != slstatus in manpage :DAaron Marcher
2016-09-18added -v command line optionAaron Marcher
2016-09-17added man pageAaron Marcher