<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/completions, branch 1.1.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>Repeated typo.</title>
<updated>2016-11-10T22:34:50+00:00</updated>
<author>
<name>Devesh Khandelwal</name>
</author>
<published>2016-11-10T22:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=928528252596e8db74b807f19444a5b8c0e93c93'/>
<id>928528252596e8db74b807f19444a5b8c0e93c93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo: delet -&gt; delete</title>
<updated>2016-11-10T21:56:42+00:00</updated>
<author>
<name>Devesh Khandelwal</name>
</author>
<published>2016-11-10T21:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=feb34e54eb2b7f287c497b3c4baf2fbd7514a3ec'/>
<id>feb34e54eb2b7f287c497b3c4baf2fbd7514a3ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add dictionary artifact</title>
<updated>2016-10-23T15:43:06+00:00</updated>
<author>
<name>Eitot</name>
</author>
<published>2016-10-23T15:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0b176f9cc8ee4f95271fc398b6e9a521bda9ebdb'/>
<id>0b176f9cc8ee4f95271fc398b6e9a521bda9ebdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tweak zsh 'brew deps' completions</title>
<updated>2016-10-17T04:15:18+00:00</updated>
<author>
<name>Andrew Janke</name>
</author>
<published>2016-10-17T04:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b7fc8191506976752299d91dc1848ebcac33b50b'/>
<id>b7fc8191506976752299d91dc1848ebcac33b50b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Refactor and add commands to brew zsh completion</title>
<updated>2016-09-29T16:57:53+00:00</updated>
<author>
<name>Joshua McKinney</name>
</author>
<published>2016-09-12T10:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d6246278859f76ee1142754412d44a80eb1da0c6'/>
<id>d6246278859f76ee1142754412d44a80eb1da0c6</id>
<content type='text'>
This is a full rewrite of the zsh completion based on the changes we
made to support external commands. A function for each brew command
handles only that command's arguments. The main completion function
dispatches the completion flow to the correct function. This
generically works with both internal and external commands.

This change includes all arguments for all internal brew commands.
Some commands are missing argument documentation due to missing help
docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a full rewrite of the zsh completion based on the changes we
made to support external commands. A function for each brew command
handles only that command's arguments. The main completion function
dispatches the completion flow to the correct function. This
generically works with both internal and external commands.

This change includes all arguments for all internal brew commands.
Some commands are missing argument documentation due to missing help
docs.
</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>
