diff --git a/Examples.md b/Examples.md index fb380f6..dbbbc22 100644 --- a/Examples.md +++ b/Examples.md @@ -663,11 +663,10 @@ bcp() { ### Homebrew Cask - +```sh # Install ore open webpage for selected application # using brew cask search as input source # and display a info quickview window for the currently marked application -```sh install() { local token token=$(brew cask search | fzf-tmux --query="$1" +m --preview 'brew cask info {}') @@ -687,10 +686,10 @@ install() { ``` +```sh # Uninstall ore open webpage for selected application # using brew list search as input source (all brew cask installed applications) # and display a info quickview window for the currently marked application -```sh uninstall() { local token token=$(brew cask list | fzf-tmux --query="$1" +m --preview 'brew cask info {}')