fzfwrappers written in C:fzf_changedir.cpipes output offdintofzfto search for directories and can eg. be used withcd.fzf_fif.cpipes output ofrgintofzfto search for keywords in files recursively and extract file and line number of search result; then runsnvim <file> <linenumber>. Can be modified to suit other editors.
fzf_changedir:fzf,fd,exafzf_fif:fzf,bat,ripgrep
TODO: the programs should ideally fallback to compile with using find, ls,
cat, and grep instead, if any of the above do not exist (except for fzf,
which will always be a hard requirement).