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
Lawrence
4796551499
Add --language option to brew install and brew audit fish completion
2019-09-07 16:46:45 -04:00
Lawrence
894cb54af7
Added brew cask upgrade --dry-run fish completion
2019-09-05 23:34:28 -04:00
Lawrence
e19b5485fd
Drop fish completions for now-deleted brew prune command
2019-09-05 23:19:21 -04:00
Lawrence
4e2096f21a
Add cask completions to brew cleanup
2019-09-05 23:18:30 -04:00
Louis Bergelson
2927f0698c
Improve ZSH completion so local formula files are completable
...
* brew completion in ZSH currently doesn't complete local formula files for most commands.
* Updating the completion script to complete formula files as well as known formulas in places that it would makes sense to do so.
* This includesFixes to __brew_formula_or_ruby_files
* Remove redundant call to uncached brew search
* Add missing ""
2019-08-21 10:43:49 -04:00
Jonathan Chang
7ddc185b35
Fix various typos
2019-08-19 16:12:34 +10:00
Lawrence
7f0be407c3
Drop nonexistent brew cask cleanup completions
2019-06-11 13:04:51 -04:00
Lawrence
149f95eb9e
Added TODO for dropping brew search's cache desc_cache.json
2019-06-11 13:04:31 -04:00
Lawrence
f2dce55aae
Add only unpinned formulae as completions for brew pin
2019-06-08 17:59:46 -04:00
Lawrence
8eb4cd35ac
rename fish functions to be more styled like most fish functions
2019-06-08 17:42:56 -04:00