Mike McQuaid
135b5a3679
dev-cmd/unbottled: add new command.
...
Add a new command to list formulae that aren't bottled for a given OS.
2020-11-26 08:22:06 +00:00
Mike McQuaid
d496f5c121
Deprecations for Homebrew 2.6.0
...
Do the usual deprecate/disable dance for the Homebrew 2.6.0 release.
Not to be merged until the next release will definitely be 2.6.0.
2020-11-24 16:44:02 +00:00
Mike McQuaid
75d9d061a7
Commit brew man
output.
2020-11-20 12:44:07 +00:00
metacollin
3fdad5ed33
Fixed tabs instead of spaces
2020-11-19 21:00:10 -07:00
metacollin
847766140f
Doc problems
2020-11-19 20:56:20 -07:00
metacollin
c176f28f39
Added fixes.
2020-11-19 20:18:08 -07:00
metacollin
b04a5ffa0b
Turbocharged formula name completion
2020-11-13 05:36:53 -07:00
Dawid Dziurla
0fa417706a
cmd: add autoremove command
2020-11-04 17:15:32 -05:00
Álan Crístoffer
393291bc27
brew.fish: pass --formula
to brew list
.
...
`--formula` is now required for `brew list`, otherwise an error message
is printed.
Fixes #9017
2020-11-02 13:29:24 +00:00
Amory Meltzer
11918cef96
bash completion: Add remaining brew outdated flags
...
`--verbose`, `--formula`, and `--greedy`
2020-10-19 15:54:15 -04:00
Mike McQuaid
a0a9fa241f
Merge pull request #8851 from Akylzhan/patch
...
cmd/list.rb: --formula and --cask as default option on TTY
2020-10-13 11:52:19 +01:00
Akylzhan Sauranbay
c8809ce730
cmd/list.rb: --formula, --cask as default on TTY outputs
...
cmd/list.rb: --formula, --cask as default TTY:
cmd/list.rb: proper deprecated message on non TTY outputs
update manpage
update zsh completion
updated manpages/brew.1
update tests
return list_casks
list_spec.rb: not output to stderr
2020-10-12 14:52:03 +06:00
Dawid Dziurla
ffe7f2a8da
Merge pull request #7925 from dawidd6/dev-cmd-bottle
...
dev-cmd: add dispatch-build-bottle command
2020-10-12 10:33:43 +02:00
Dawid Dziurla
3095fbc8ec
dev-cmd: add dispatch-build-bottle command
2020-10-11 13:00:15 +02:00
Markus Reiter
c74d54411b
Add tc
alias for typecheck
.
2020-10-09 16:45:13 +02:00
Shuhei Akutagawa
8a30a59d5a
Update command "brew cask list -1" to "brew list --cask -1" in fish completion file
2020-10-09 00:03:29 +09:00
Lewis Sparlin
4016e746cd
Fix _brew_upgrade completion function
...
I found an error that was breaking my `brew upgrade ...` zsh completion
2020-10-07 11:21:34 -05:00
Akylzhan Sauranbay
f334e0e58c
zsh completion: --cask as argument in list, outdated, upgrade
...
zsh completion: --cask in comments
--cask in upgrade
2020-10-03 15:54:12 +06:00
nandahkrishna
cf293d0ef5
livecheck: progress bar for JSON output
...
Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com>
Co-authored-by: Dustin Rodrigues <dust.rod@gmail.com>
2020-09-18 02:40:51 +05:30
Amory Meltzer
ab81cb9cdd
bash completion: Avoid cask deprecation warnings, learn --cask
...
See #8709
2020-09-12 14:12:45 -04:00
Mike McQuaid
36f47393c7
Merge pull request #8650 from Akylzhan/patch-1
...
Replace the usage of outdated brew cask list in zsh completion
2020-09-11 12:03:50 +01:00
Akylzhan Sauranbay
8fd565403e
Remove unused zsh completions
2020-09-10 00:33:11 +06:00
Seeker
0a4fbf7f6a
dev-cmd: add bump-cask-pr
2020-09-08 08:26:05 -07:00
Akylzhan Sauranbay
d7097b5598
Fix the usage of outdated brew cask list
2020-09-08 20:10:21 +06:00
nandahkrishna
e5fe57c1fe
Migrate livecheck to Homebrew/brew
...
Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com>
Co-authored-by: Thierry Moisan <thierry.moisan@gmail.com>
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
Co-authored-by: Maxim Belkin <maxim.belkin@gmail.com>
Co-authored-by: Issy Long <me@issyl0.co.uk>
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
Co-authored-by: Seeker <meaningseeking@protonmail.com>
2020-08-31 17:08:28 +05:30
vidusheeamoli
2468fb127d
dev-cmd: add brew typecheck cmd
...
This PR adds a new `brew typecheck` developer command which checks for
typechecking errors in the current code with Sorbet.
2020-08-27 02:41:36 +05:30
Baffour Adu Boampong
ad2809b615
Merge branch 'master' into mlh-outdated-packages
2020-08-10 21:21:09 +00:00
Mike McQuaid
3875f16782
Fix --formula and --cask flags.
...
These were all made `--formulae` and `--casks` for consistency but that
doesn't behave as expected because they have special behaviours in
`args`. Instead, use the singular form everywhere.
2020-08-07 09:53:30 +01:00
Mike McQuaid
fb0a6338b1
Remove more tap pinning code.
...
This was deprecated and removed a while ago.
2020-08-06 12:24:10 +01:00
William Ma
cf961caa27
caskroom: Add --caskroom command
2020-08-03 12:35:03 -04:00
Baffour Adu Boampong
c7c4921744
Merge branch 'master' into mlh-outdated-packages
2020-08-03 13:11:20 +00:00
Rylan Polster
2d086013f9
dev-cmd: add update-python-resources command
2020-07-29 09:50:16 -04:00
Baffour Adu Boampong
9ec93f78d6
Merge branch 'master' into mlh-outdated-packages
2020-07-21 17:49:24 +00:00
Seeker
a3f1e09bce
dev-cmd/create: add --node option
2020-07-17 20:46:00 -07:00
Baffour Adu Boampong
e62a0c65ef
brew man
2020-07-06 13:59:04 +00:00
Jonathan Chang
c6e9cff125
dev-cmd: add brew-sponsors.rb
2020-07-05 15:45:36 +10:00
Lionell
5f6917ae7c
Merge branch 'master' into license
2020-06-28 02:07:53 +08:00
Marlon Richert
b558eb342f
Improve zsh completion performance
...
* Move main completion cache handling to `brew update`.
* Enable completion caching by default.
2020-06-26 09:11:11 +03:00
Dario Vladovic
519c339261
create: add --crystal option
2020-06-25 18:23:06 +02:00
lionellloh
97ae608890
update internal commands list
2020-06-25 13:44:26 +08:00
EricFromCanada
01f78582fa
Use commands cache in bash/fish completions
2020-06-23 00:20:56 -04:00
Caleb Xu
a53c92bd7f
Cache commands list for faster shell completions
2020-06-18 11:06:31 -04:00
Kien Dang
e6c720c22c
Update zsh completion
2020-05-22 15:21:51 +08:00
Jacob Menke
159a5bb2d6
add compsys cache for brew casks
2020-05-20 05:13:42 -04:00
EricFromCanada
0dc177d649
completions/bash: complete names of commands
2020-04-27 18:32:12 -04:00
tikuta
c6545687ea
completions/bash: add flags for create
...
Sorts flags also.
2020-04-26 21:25:07 +09:00
Thierry Moisan
0a95b18044
completions/zsh: add 'pr-pull' options
2020-04-05 11:20:24 -04:00
Tommy Yang
2746102347
completions/zsh: add brew bump-revision
2019-10-27 02:46:19 -07:00
fauxpark
c46244dc3d
completions/zsh: add --greedy argument for brew cask outdated
2019-10-21 20:07:20 +11:00
Mike McQuaid
3f62a5a212
Merge pull request #6430 from lwolfsonkin/brew-fish-completions-update
...
Added a flurry of improvements to the brew fish completions
2019-09-09 09:09:36 +01:00