summaryrefslogtreecommitdiff
path: root/plugins/brew
AgeCommit message (Collapse)Author
2021-12-17feat(brew): improve `brews` list layout (#10135)Ming Aldrich-Gan
This is an improvement (in my opinion) to the `brews` command that prints each leaf formula (in white), followed by its dependencies (in blue), on each line. Compared to the existing flat list of formulae, the new layout is both more compact and more informative, by differentiating leaves from dependencies at a glance. Screenshot: <img width="530" src="https://user-images.githubusercontent.com/1753319/130641713-b78535c9-e3f5-4dbb-80f8-22bc00e1129d.png">
2020-12-30fix(brew)!: update `bcubc` alias to use `brew upgrade --cask` (#9501)Josh E. Roberts
BREAKING CHANGE: changes deprecated `brew cask reinstall $(...)` alias to use `brew upgrade --cask` instead. If you don't have this command, run `brew update` to get the latest Homebrew CLI version. Co-authored-by: jakepez <jake@findjake.com>
2020-09-28brew: add alias for brew to avoid upgrading casks (#9280)Pierre-Luc Paour
2020-09-14brew: replace deprecated brew cask outdated command (#9253)Alessandro
2020-05-26brew: remove completion deprecation notice and fix READMEMarc Cornellà
2019-01-20Added brew cask updatepahakalle
2018-10-02brew: fix typo in README (#7184)Rubén Durán Balda
2018-10-02brew: add README (#7183)Brian Mitchell
2018-08-29Update brew.plugin.zsh (#6947)Aiden
add aliases for `brew pin` and `brew list --pinned`
2016-11-11brew: fix disclaimer shown if mkdir is aliasedMarc Cornellà
Fixes #5623.
2016-10-25Add brew completion missing disclaimerMarc Cornellà
2016-09-17Remove _brew zsh completion (#5190)Joshua McKinney
Removing as this is now installed as part of homebrew automatically and this version is out of date. See https://github.com/Homebrew/brew/blob/master/share/zsh/site-functions/_brew
2016-09-06Add ability to autocomplete services for brew-services.Roman Kapitonov
2016-02-10Add hash imported fromGlenn / devalias
2016-02-09Update _brew to match latestGlenn / devalias
Updated _brew to match latest in https://github.com/Homebrew/homebrew/blob/master/Library/Contributions/brew_zsh_completion.zsh
2015-06-12Add `leaves` command to `brew` completionErlend Hamberg
2015-05-31Create new aliases for homebrew pluginNicolas Brousse
2014-11-08Remove deprecated brew commands, update core commandsIan Lancaster
`brew services` and `brew server` were moved to homebrew-boneyard.
2014-08-26Added 'uninstall' command to brew completionIgor Zoriy
2014-07-20Update brew.plugin.zshNicolas Brousse
Add `brew cleanup` command to `bubu` alias
2014-04-23Update brew.plugin.zshNicolas Brousse
2014-02-11Updated _brew zsh autocompletion to latest Homebrew upstreamEd Lui
2014-02-11Add 'services' command to homebrew completionLuke Steensen
2013-10-26Add "options" as a valide 1st argumentAdrien Dudouit-Exposito
2013-07-23Added completion for second argument for 'brew reinstall'Andrey Janzen
2013-07-20Added 'reinstall' command to brew completionAndrey Janzen
2012-12-13Added `verisions` option for `homebrew` completionArtie Kh
2011-05-30Rollback of Pull #366Andrew Hodges
sorin-ionescu had some good points.
2011-05-28Brew PluginAndrew Hodges
Merge completion with official brew completion. Add a helper to link official completion into oh-my-zsh plugin (without overwriting). Add an alias to list installed brews. Add brews to the path (in a somewhat strange way).
2011-04-27Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshPat Regan
2011-04-22Add 'upgrade' to brew completions.Ilmari Vacklin
2011-04-12Optimize plugin loading so that only one call to compinit is requiredPat Regan
2011-04-08Replace redundant calls to compinit with a single call.Pat Regan
2010-10-01adapt brew,gem,pip plugin to new structureDaniel Schauenberg
2010-10-01Merge remote branch 'origin/master' into restructure_pluginsDaniel Schauenberg
2010-09-30Reorganizing plugins so that each plugin has it's own directory now so that ↵Robby Russell
any plugin-specific functions can be bundled within there.