fzf_browser icon indicating copy to clipboard operation
fzf_browser copied to clipboard

Search through all files under folder

Open tmpm697 opened this issue 5 years ago • 2 comments

Currently this plugin only list some candiate under a folder with | and allow to search them with fzf. But howto allow search for all files under a folder so that we know we need to navigate exactly to a folder to get the file that not listed as a candiate in fzf_browser?

tmpm697 avatar Jan 16 '20 16:01 tmpm697

If we can address this, this plugin will really helpful to navigate file and can be able to completely replace for terminal navigator app like nnn.

tmpm697 avatar Jan 16 '20 16:01 tmpm697

The keyboard shortcut ctrl-a should change listing to include hidden files and folders. The list of default hidden extensions is here: https://github.com/ggVGc/fzf_browser/blob/master/fzf_browser.sh#L18 At some point it should be configurable, but currently this list can just be edited in place.

ggVGc avatar Jan 28 '20 09:01 ggVGc