mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-20 09:33:42 -05:00
add naive 'grep' example
@@ -56,6 +56,13 @@ cdf() {
|
||||
}
|
||||
```
|
||||
|
||||
Searching file contents
|
||||
-----------------------
|
||||
|
||||
```sh
|
||||
grep --line-buffered --color=never -r "" * | fzf
|
||||
```
|
||||
|
||||
Command history
|
||||
---------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user