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