aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd/brew-linkapps.rb
AgeCommit message (Collapse)Author
2013-09-17make linkapps officialAdam Vandenberg
2013-09-17make brew-linkapps default to /Applicationselliottcable
Also adds support for a new `--local` flag, and documentation for the whole command. Closes Homebrew/homebrew#22378. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-10linkapps: overwrite broken app symlinksPhilip Puryear
Closes Homebrew/homebrew#22388. Closes Homebrew/homebrew#22430. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-06linkapps: replace #max_by with #maxMisty De Meo
Enumerable#max_by didn't exist in 1.8.6, so linkapps failed on Leopard.
2013-05-16linkapps: deal only with kegs, not formulaeJack Nagel
Fixes Homebrew/homebrew#19873.
2013-03-14add brew linkapps --systemIain Beeston
Added an option to linkapps to allow linking to /Applications rather than ~/Applications Closes Homebrew/homebrew#18196. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-18Rename Library/Contributions/cmds -> cmd.Mike McQuaid