m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00

brew search cask updated syntax

Kevin Halpin
2019-10-23 22:14:55 -06:00
parent b781f2a2cf
commit 380fbd077a

@@ -856,7 +856,7 @@ bcp() {
# and display a info quickview window for the currently marked application
install() {
local token
token=$(brew cask search | fzf-tmux --query="$1" +m --preview 'brew cask info {}')
token=$(brew search --casks | fzf-tmux --query="$1" +m --preview 'brew cask info {}')
if [ "x$token" != "x" ]
then