How to search for text in all files in a directory

Hi. There’s several options for you:

  • builtin grep command.
  • my variant of flygrep
  • fzf.kak supports interactive grepping inside file contents if skim is installed.

As for your fzf command, I’ve found it clever and added it to the plugin:

https://github.com/andreyorst/fzf.kak/blob/master/rc/modules/fzf-grep.kak

1 Like