aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/brew_bash_completion.sh
AgeCommit message (Collapse)Author
2010-08-07Update Bash completion scriptAdam Vandenberg
* Add external command completion * Add alias completion
2010-06-09Add some dash-commands to bash completion scriptAdam Vandenberg
2010-06-07Remove 'generate' from bash completion.Adam Vandenberg
2010-05-30Tweak the bash completion script.Adam Vandenberg
* Add --config * Alphabetize various lists * Remove some local temp variables
2010-04-06Add doctor to bash completion.Adam Vandenberg
2010-03-19Add log to bash completions.Adam Vandenberg
2010-02-27Update bash completionsAdam Vandenberg
* Bring command list up-to-date * Subcommand completion now ignores switches
2010-01-30deps was missing from bash completionAdam Vandenberg
2010-01-18Document brew cleanupMax Howell
2010-01-16Some bulletproofing for bash completion script.Adam Vandenberg
Since Homebrew's Library doesn't have to be linked under prefix, we need to do some extra work in the bash completion script to support this configuration. Added a "--repository" option to brew, and updated the completion script to use paths relative to this location.
2009-11-19Update bash and zsh for 'uses'.Adam Vandenberg
2009-09-25Update bash completions.Adam Vandenberg
2009-09-07`brew make' becomes `brew create'Max Howell
This is because I have observed two people confuse make with the "make" tool and thus assume `brew make' is `brew install'. `brew make' will be deprecated at 0.7, until then it shows a warning.
2009-09-05No spurious error due to Interrupt during curlMax Howell
Only delete the file that is downloaded if an error occurs while downloading it.
2009-08-24Allow configure alias for diyMax Howell
2009-08-12brew diy commandMax Howell
Automagically determines prefix to install to for DIY installations. README amended.
2009-08-10Refactor0.4Max Howell
Large refactor to Formula, mostly improving reliability and error handling but also layout and readability. General improvements so testing can be more complete. Patches are automatically downloaded and applied for Formula that return a list of urls from Formula::patches. Split out the brew command logic to facilitate testing. Facility from Adam Vandenberg to allow selective cleaning of files, added because Python doesn't work when stripped.
2009-08-04Homepage takes any formula, installed or not.Adam Vandenberg
Signed-off-by: Max Howell <max@methylblue.com>
2009-08-03Add home(page) to completion.Adam Vandenberg
Signed-off-by: Max Howell <max@methylblue.com>
2009-08-02brew home foo open's foo's homepage in default web-browserAdam Vandenberg
2009-08-02Add all commands to the bash completion script.Adam Vandenberg
2009-08-02Info also takes installed brewsAdam Vandenberg
2009-08-02Bash completion script for the brew commandAdam Vandenberg