<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slstatus/slstatus.1, branch master</title>
<subtitle>A custom configuration of the suckless status utility</subtitle>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/'/>
<entry>
<title>Add back version flag to prepare for release</title>
<updated>2023-05-15T17:16:12+00:00</updated>
<author>
<name>drkhsh</name>
<email>me@drkhsh.at</email>
</author>
<published>2023-05-15T17:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/commit/?id=86c7a84c2397e5bbdcebe2a06bada7ee48f0d480'/>
<id>86c7a84c2397e5bbdcebe2a06bada7ee48f0d480</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>manpage: Quality improvements</title>
<updated>2023-04-23T21:43:14+00:00</updated>
<author>
<name>drkhsh</name>
<email>me@drkhsh.at</email>
</author>
<published>2023-04-23T21:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/commit/?id=ee586cfea9c328932255512077882fa8194b50c2'/>
<id>ee586cfea9c328932255512077882fa8194b50c2</id>
<content type='text'>
Adds signals section to the manpage and generally improves contents and
wording
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds signals section to the manpage and generally improves contents and
wording
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a -1 option flag</title>
<updated>2020-11-30T20:23:56+00:00</updated>
<author>
<name>Daniel Moch</name>
<email>daniel@danielmoch.com</email>
</author>
<published>2020-06-23T20:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/commit/?id=aaf279f6ddfb48146fc1a579efd83a55722910b5'/>
<id>aaf279f6ddfb48146fc1a579efd83a55722910b5</id>
<content type='text'>
Allow slstatus to be used by programs that can grab status by calling
an external program on a periodic basis (e.g. tmux)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow slstatus to be used by programs that can grab status by calling
an external program on a periodic basis (e.g. tmux)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove o-flag as it is redundant</title>
<updated>2018-05-22T11:27:11+00:00</updated>
<author>
<name>Laslo Hunhold</name>
<email>dev@frign.de</email>
</author>
<published>2018-05-21T19:31:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/commit/?id=57f69e900bf7e3e7c60a720bf09f2134b724c5cc'/>
<id>57f69e900bf7e3e7c60a720bf09f2134b724c5cc</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to output only once and exit</title>
<updated>2018-05-21T12:07:41+00:00</updated>
<author>
<name>Aaron Marcher</name>
<email>me@drkhsh.at</email>
</author>
<published>2018-05-21T12:07:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/commit/?id=fa8b939990ed0648f99b0cbeba4efed807160db3'/>
<id>fa8b939990ed0648f99b0cbeba4efed807160db3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix man page .Os field</title>
<updated>2017-08-13T21:25:44+00:00</updated>
<author>
<name>Aaron Marcher</name>
<email>me@drkhsh.at</email>
</author>
<published>2017-08-13T21:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/commit/?id=6a33d6c87581bdfbf8c54c1c1220f7c70efc2c67'/>
<id>6a33d6c87581bdfbf8c54c1c1220f7c70efc2c67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce -o | -n to -s</title>
<updated>2017-08-10T20:32:57+00:00</updated>
<author>
<name>Laslo Hunhold</name>
<email>dev@frign.de</email>
</author>
<published>2017-08-10T20:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/commit/?id=c9d47405f4ab3cf99d7d2116fbb7622c02a27e5e'/>
<id>c9d47405f4ab3cf99d7d2116fbb7622c02a27e5e</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove d- and v-flags</title>
<updated>2017-08-10T20:32:48+00:00</updated>
<author>
<name>Laslo Hunhold</name>
<email>dev@frign.de</email>
</author>
<published>2017-08-10T19:56:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/commit/?id=4d33c360141952f6071d19c34c0395ad2ff668a1'/>
<id>4d33c360141952f6071d19c34c0395ad2ff668a1</id>
<content type='text'>
d-flag: There's no need for that, use the &amp;-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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
d-flag: There's no need for that, use the &amp;-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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert slstatus.1 to mandoc, simplify it and remove -h</title>
<updated>2017-08-10T20:32:28+00:00</updated>
<author>
<name>Laslo Hunhold</name>
<email>dev@frign.de</email>
</author>
<published>2017-08-10T19:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/commit/?id=958c34052a13b964f5fd1e748c18796d155af7db'/>
<id>958c34052a13b964f5fd1e748c18796d155af7db</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>added option to output only once and exit afterwards</title>
<updated>2017-05-11T17:06:45+00:00</updated>
<author>
<name>Aaron Marcher</name>
<email>info@nulltime.net</email>
</author>
<published>2017-05-11T17:06:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sobczak.family/slstatus/commit/?id=870d68d44e33f9fb7a5402becbc0b5c363066bcc'/>
<id>870d68d44e33f9fb7a5402becbc0b5c363066bcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
