mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 17:13:42 -05:00
Updated Examples (markdown)
@@ -61,6 +61,9 @@ cdf() {
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
grep --line-buffered --color=never -r "" * | fzf
|
grep --line-buffered --color=never -r "" * | fzf
|
||||||
|
|
||||||
|
# with ag - respects .agignore and .gitignore
|
||||||
|
ag --nobreak --nonumbers --noheading . | fzf
|
||||||
```
|
```
|
||||||
|
|
||||||
### Command history
|
### Command history
|
||||||
|
|||||||
Reference in New Issue
Block a user