<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotfiles/bin/wms, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://euandre.org/git/dotfiles/atom?h=main</id>
<link rel='self' href='http://euandre.org/git/dotfiles/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://euandre.org/git/dotfiles/'/>
<updated>2023-07-29T11:52:48Z</updated>
<entry>
<title>bin/*: Add matching parenthesis to case clauses</title>
<updated>2023-07-29T11:52:48Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2023-07-29T11:52:48Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/dotfiles/commit/?id=cef76cd1b0ae32ba1d9733c9d09d62de24559743'/>
<id>urn:sha1:cef76cd1b0ae32ba1d9733c9d09d62de24559743</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bin/: Make help string more consistent across several executables</title>
<updated>2023-04-12T11:15:20Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2023-04-12T11:15:20Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/dotfiles/commit/?id=c6188975d2da6c1696c4433f6fce8ae4c9a6ac38'/>
<id>urn:sha1:c6188975d2da6c1696c4433f6fce8ae4c9a6ac38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use "player synopsis" for MPRIS status string</title>
<updated>2023-02-20T15:12:03Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2023-02-20T15:11:51Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/dotfiles/commit/?id=c49a432e10da90f4b5e24b0c5acb4019fc32e137'/>
<id>urn:sha1:c49a432e10da90f4b5e24b0c5acb4019fc32e137</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bin/wms: Use player(1) over accessing the cache file</title>
<updated>2023-02-20T14:24:31Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2023-02-20T14:24:31Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/dotfiles/commit/?id=ea4d55453b9f408837a7a5f473c01832249e35ee'/>
<id>urn:sha1:ea4d55453b9f408837a7a5f473c01832249e35ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bin/: Use explicit "--" separator for assert-arg usages</title>
<updated>2023-02-17T18:07:32Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2023-02-17T18:07:30Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/dotfiles/commit/?id=44b1e103b4d3a24aee89587ef302891e9f9c3807'/>
<id>urn:sha1:44b1e103b4d3a24aee89587ef302891e9f9c3807</id>
<content type='text'>
In order to prevent legitimate cases to fail as errors, such as:

  NUM='-10'
  eval "$(assert-arg "$NUM" '-n NUM')"

To prevent assert-arg(1) from treating "-10" as the options "-1 and -0,
they need to be put after the "--" separator.

This way, all usages of assert-arg(1) that had its first argument as a
variable were adapted, and the usage and examples of assert-arg itself
were updated to encourage this best practice.
</content>
</entry>
<entry>
<title>bin/wms: Fix ShellCheck offenses</title>
<updated>2023-02-17T11:40:46Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2023-02-17T11:40:46Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/dotfiles/commit/?id=0d8194e1f7df8d2b5d104ba86eb8e797fd804477'/>
<id>urn:sha1:0d8194e1f7df8d2b5d104ba86eb8e797fd804477</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bin/wms: Add "mpris" action</title>
<updated>2023-02-17T11:36:30Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2023-02-17T11:29:47Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/dotfiles/commit/?id=89bdbe02747ec6c69dba0b44d3d07f2e1e5088be'/>
<id>urn:sha1:89bdbe02747ec6c69dba0b44d3d07f2e1e5088be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bin/wms: Fix indentation in help string</title>
<updated>2022-10-31T23:31:23Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2022-10-31T23:30:43Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/dotfiles/commit/?id=ac0f8ca1bc53abe9b123270bde734ec3cc59f0c3'/>
<id>urn:sha1:ac0f8ca1bc53abe9b123270bde734ec3cc59f0c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bin/wms: Add new working binary, and integrate it with i3</title>
<updated>2022-10-10T20:43:47Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2022-10-10T20:43:47Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/dotfiles/commit/?id=5fd34df3755fc5348ba119691cbab81d836ddf7f'/>
<id>urn:sha1:5fd34df3755fc5348ba119691cbab81d836ddf7f</id>
<content type='text'>
</content>
</entry>
</feed>
