mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 00:53:42 -05:00
brew search cask updated syntax
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user