<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/completions/bash, branch 1.2.3</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<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>
