aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/brew.fish
Commit message (Collapse)AuthorAge
* Add support for brew's `desc` subcommandGravatar Dan Martinez2016-01-21
|
* Completions: Don't check $cmd[1]Gravatar Fabian Homborg2015-08-17
| | | | | | | | This is already done by fish before calling the completion. It breaks completion with combiners (#2025) and also with wrappers. (This does not include git because that's better solved in #2145)
* brew completion: update completionGravatar Misty De Meo2014-11-20
| | | | | * Remove unsupported options * Add new 'unpack' command
* Update brew completion with new optionsGravatar Misty De Meo2013-11-26
|
* Improved brew completionGravatar Valerii Hiora2013-04-04
| | | | | | Using arg completion Context-based completion for most of commands (i.e. only installed packages for upgrade or remove, only outdated for upgrade and so on)
* Added completions for brew (Homebrew)Gravatar Tim Gray2012-06-15
An OS X package manager. http://mxcl.github.com/homebrew/