mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 08:13:40 -05:00
Updated Examples (markdown)
@@ -664,7 +664,7 @@ bcp() {
|
|||||||
### Homebrew Cask
|
### Homebrew Cask
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Install ore open webpage for selected application
|
# Install or open the webpage for the selected application
|
||||||
# using brew cask search as input source
|
# using brew cask search as input source
|
||||||
# and display a info quickview window for the currently marked application
|
# and display a info quickview window for the currently marked application
|
||||||
install() {
|
install() {
|
||||||
@@ -687,8 +687,8 @@ install() {
|
|||||||
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Uninstall ore open webpage for selected application
|
# Uninstall or open the webpage for the selected application
|
||||||
# using brew list search as input source (all brew cask installed applications)
|
# using brew list as input source (all brew cask installed applications)
|
||||||
# and display a info quickview window for the currently marked application
|
# and display a info quickview window for the currently marked application
|
||||||
uninstall() {
|
uninstall() {
|
||||||
local token
|
local token
|
||||||
|
|||||||
Reference in New Issue
Block a user