m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 01:23:43 -05:00

add naive 'grep' example

justinmk
2014-12-17 16:43:01 -08:00
parent 0dde2d6c1a
commit 12272f017e

@@ -56,6 +56,13 @@ cdf() {
}
```
Searching file contents
-----------------------
```sh
grep --line-buffered --color=never -r "" * | fzf
```
Command history
---------------