<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/completions/bash, branch 1.3.2</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Make comment easier to read.</title>
<updated>2017-08-13T14:58:58+00:00</updated>
<author>
<name>Randall Wood</name>
</author>
<published>2017-08-13T14:58:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d7baf8137325b27f3ae45bca430d1db25af8bb62'/>
<id>d7baf8137325b27f3ae45bca430d1db25af8bb62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "*instal" aliases from bash completion</title>
<updated>2017-08-13T12:46:48+00:00</updated>
<author>
<name>Randall Wood</name>
</author>
<published>2017-08-13T12:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3396387b52ed835c8ee394e35c1a9c3bdb0e320d'/>
<id>3396387b52ed835c8ee394e35c1a9c3bdb0e320d</id>
<content type='text'>
Remove all command aliases ending in "instal" (single letter L) from the bash completion. This has the practical effect of removing the aliases "instal" and "uninstal" from bash completion, allowing "install" and "uninstall" to be auto completed once the first three characters of each "ins" or "uni" are typed in.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove all command aliases ending in "instal" (single letter L) from the bash completion. This has the practical effect of removing the aliases "instal" and "uninstal" from bash completion, allowing "install" and "uninstall" to be auto completed once the first three characters of each "ins" or "uni" are typed in.</pre>
</div>
</content>
</entry>
<entry>
<title>Rename tap-readme command to tap-new.</title>
<updated>2016-10-15T11:32:34+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-13T12:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f435adc2d00f4e5f91390de423f113168efe72ac'/>
<id>f435adc2d00f4e5f91390de423f113168efe72ac</id>
<content type='text'>
Write the README but also a `.travis.yml` file (and in future perhaps a
`Jenkinsfile`).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Write the README but also a `.travis.yml` file (and in future perhaps a
`Jenkinsfile`).
</pre>
</div>
</content>
</entry>
<entry>
<title>completion: Avoid aliases with `command ls`</title>
<updated>2016-09-28T23:36:11+00:00</updated>
<author>
<name>Eli Young</name>
</author>
<published>2016-09-09T21:15:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=09c04aa7155ee567f58e2b2285868bb81ce973c9'/>
<id>09c04aa7155ee567f58e2b2285868bb81ce973c9</id>
<content type='text'>
If the user has an alias overriding the `ls` command that modifies the
output (e.g. `alias ls='ls -F'`), it will cause unexpected characters to
appear in completions. Using `command ls` forces the shell to use the
command directly, without alias expansion.

This also blackholes the stderr of `ls` when used to avoid printing
errors during completion if the requisite directory does not exist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the user has an alias overriding the `ls` command that modifies the
output (e.g. `alias ls='ls -F'`), it will cause unexpected characters to
appear in completions. Using `command ls` forces the shell to use the
command directly, without alias expansion.

This also blackholes the stderr of `ls` when used to avoid printing
errors during completion if the requisite directory does not exist.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rearrange repository files.</title>
<updated>2016-09-20T09:41:42+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-19T18:58:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=bd6fb88ddc72a0de4c27f65e60a82790a5d87f3f'/>
<id>bd6fb88ddc72a0de4c27f65e60a82790a5d87f3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
