<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotfiles/bin/menu, 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>2024-01-04T14:23:55Z</updated>
<entry>
<title>re "s|echo \"\\\$|printf '%s\\\n' \"\$|g"</title>
<updated>2024-01-04T14:23:55Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2024-01-04T14:23:50Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/dotfiles/commit/?id=07455024c72c3aa0bacf8338b82d3a0b8a96a9b0'/>
<id>urn:sha1:07455024c72c3aa0bacf8338b82d3a0b8a96a9b0</id>
<content type='text'>
Replace all cases where `echo` was given a variable as its first
argument, even on cases where we always know what the variable's content
look like.
</content>
</entry>
<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/menu: Replace walk(1) with find(1)</title>
<updated>2023-06-21T10:17:03Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2023-06-21T10:17:03Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/dotfiles/commit/?id=62138947c38f38727e6d5634bba8b3e6224b323f'/>
<id>urn:sha1:62138947c38f38727e6d5634bba8b3e6224b323f</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>bin/menu: Disable clipmenu when copying passwords</title>
<updated>2023-02-22T23:58:20Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2023-02-22T23:58:20Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/dotfiles/commit/?id=45f653a96979fc7b2cede60ec40e9482cab8c1b8'/>
<id>urn:sha1:45f653a96979fc7b2cede60ec40e9482cab8c1b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bin/menu: Remove extra colon in display string</title>
<updated>2023-02-22T23:56:11Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2023-02-22T23:56:11Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/dotfiles/commit/?id=d0078eaba7fb5ed34457fa4f12c35432812ff181'/>
<id>urn:sha1:d0078eaba7fb5ed34457fa4f12c35432812ff181</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/menu: Show notification when emoji is copied to clipboard</title>
<updated>2023-02-17T12:04:36Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2023-02-17T12:04:36Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/dotfiles/commit/?id=aec4f054285b469167c283e0c588647891b36c36'/>
<id>urn:sha1:aec4f054285b469167c283e0c588647891b36c36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bin/{httpno,menu}: Add extra disable markers for new ShellCheck version</title>
<updated>2023-02-09T02:39:55Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2023-02-09T02:39:55Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/dotfiles/commit/?id=9d051af250f7ace7493c7e3f964f987a28bd0be4'/>
<id>urn:sha1:9d051af250f7ace7493c7e3f964f987a28bd0be4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bin/menu: Fix profile name</title>
<updated>2022-11-18T15:20:24Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2022-11-18T15:20:24Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/dotfiles/commit/?id=15503414303afa8ecdbbfacd52b6566ee4b2436c'/>
<id>urn:sha1:15503414303afa8ecdbbfacd52b6566ee4b2436c</id>
<content type='text'>
</content>
</entry>
</feed>
