diff --git a/Examples.md b/Examples.md index 4bb434f..9df7ec0 100644 --- a/Examples.md +++ b/Examples.md @@ -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