mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 09:03:43 -05:00
brew search cask updated syntax
@@ -856,7 +856,7 @@ bcp() {
|
|||||||
# and display a info quickview window for the currently marked application
|
# and display a info quickview window for the currently marked application
|
||||||
install() {
|
install() {
|
||||||
local token
|
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" ]
|
if [ "x$token" != "x" ]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user