aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/brew_bash_completion.sh
AgeCommit message (Collapse)Author
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