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
|
||||
|
||||
```sh
|
||||
# fsfzf - browse file system
|
||||
# fzf-fs
|
||||
# https://github.com/D630/fzf-fs
|
||||
% . fsfzf.sh <ARG>
|
||||
% [.] fzf-fs [<ARG>]
|
||||
```
|
||||
|
||||
### Locate
|
||||
@@ -346,3 +346,12 @@ frb() {
|
||||
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