mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 16:45:38 -05:00
Updated Examples (markdown)
13
Examples.md
13
Examples.md
@@ -313,9 +313,9 @@ https://gist.github.com/junegunn/15859538658e449b886f (for OS X)
|
|||||||
### Browsing
|
### Browsing
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# fsfzf - browse file system
|
# fzf-fs
|
||||||
# https://github.com/D630/fzf-fs
|
# https://github.com/D630/fzf-fs
|
||||||
% . fsfzf.sh <ARG>
|
% [.] fzf-fs [<ARG>]
|
||||||
```
|
```
|
||||||
|
|
||||||
### Locate
|
### Locate
|
||||||
@@ -345,4 +345,13 @@ frb() {
|
|||||||
awk '{print $1}' |
|
awk '{print $1}' |
|
||||||
fzf-tmux -l 30 +m --reverse) && rvm use $rb
|
fzf-tmux -l 30 +m --reverse) && rvm use $rb
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### Wrapper
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# fzf-wrapper
|
||||||
|
# https://github.com/D630/fzf-wrapper
|
||||||
|
% . fzf-wrapper
|
||||||
|
% [<ENV>] __fzf_wrapper [<ARGS>]
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user