mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 16:45:38 -05:00
Updated Examples (markdown)
@@ -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 {}')
|
||||
|
||||
Reference in New Issue
Block a user