<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Contributions/cmd/brew-linkapps.rb, branch 1.0.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 linkapps official</title>
<updated>2013-09-17T13:55:13+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2013-09-17T13:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=907ac79606537189a0a7c822be1210c4d4801df3'/>
<id>907ac79606537189a0a7c822be1210c4d4801df3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make brew-linkapps default to /Applications</title>
<updated>2013-09-17T13:52:56+00:00</updated>
<author>
<name>elliottcable</name>
</author>
<published>2013-09-07T17:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e8a892068ecfe853f2f363764f228b9335d9bcab'/>
<id>e8a892068ecfe853f2f363764f228b9335d9bcab</id>
<content type='text'>
Also adds support for a new `--local` flag, and documentation for the whole command.

Closes Homebrew/homebrew#22378.

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also adds support for a new `--local` flag, and documentation for the whole command.

Closes Homebrew/homebrew#22378.

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>linkapps: overwrite broken app symlinks</title>
<updated>2013-09-10T14:25:15+00:00</updated>
<author>
<name>Philip Puryear</name>
</author>
<published>2013-09-10T08:08:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=42faf1a8607f9a7a55904f907f40b124ba4c51e5'/>
<id>42faf1a8607f9a7a55904f907f40b124ba4c51e5</id>
<content type='text'>
Closes Homebrew/homebrew#22388.
Closes Homebrew/homebrew#22430.

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#22388.
Closes Homebrew/homebrew#22430.

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>linkapps: replace #max_by with #max</title>
<updated>2013-06-06T14:26:40+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2013-06-06T14:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=92d65aace7edfc751c342c019e895d33bbea013c'/>
<id>92d65aace7edfc751c342c019e895d33bbea013c</id>
<content type='text'>
Enumerable#max_by didn't exist in 1.8.6, so linkapps failed on Leopard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enumerable#max_by didn't exist in 1.8.6, so linkapps failed on Leopard.
</pre>
</div>
</content>
</entry>
<entry>
<title>linkapps: deal only with kegs, not formulae</title>
<updated>2013-05-16T19:57:29+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-05-16T19:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e8997c8a5ad1d146fdca26c736393e3bbfe7faf4'/>
<id>e8997c8a5ad1d146fdca26c736393e3bbfe7faf4</id>
<content type='text'>
Fixes Homebrew/homebrew#19873.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Homebrew/homebrew#19873.
</pre>
</div>
</content>
</entry>
<entry>
<title>add brew linkapps --system</title>
<updated>2013-03-14T18:32:13+00:00</updated>
<author>
<name>Iain Beeston</name>
</author>
<published>2013-03-03T04:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=cda83428a64e89862c4da1265ed0e185829186b6'/>
<id>cda83428a64e89862c4da1265ed0e185829186b6</id>
<content type='text'>
Added an option to linkapps to allow linking to /Applications rather
than ~/Applications

Closes Homebrew/homebrew#18196.

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added an option to linkapps to allow linking to /Applications rather
than ~/Applications

Closes Homebrew/homebrew#18196.

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Library/Contributions/cmds -&gt; cmd.</title>
<updated>2013-02-18T10:42:44+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2013-02-17T13:32:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4a281cd5cf8f722d73a4f50612e8c460f57fddd7'/>
<id>4a281cd5cf8f722d73a4f50612e8c460f57fddd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
