fzf_browser
fzf_browser copied to clipboard
Search through all files under folder
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?
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.
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.