ls and fuzzy search
- as fast as
ls; - main block is less than 100 lines;
- VI keybindings;
- easy to customize;
- multipanel with TMUX;
- just
while (out=ls | fzf); do something; done
Midnight Commander -> Ranger -> fzf-ls
:c- copy:m- move:o- open:e- edit with $EDITOR:p- paste:r- return selected items to shell
CTRL-SPACEor:- command modeCTRL-P- toggle previewCTRL-CorESC- exit~- toggle hidden filesALT-T- preview upALT-H- preview down
set EDITOR environment variable to your editor
set OPEN_WITH environment variable to your open with program
brew install coreutils tree highlightTip - use http://www.hamsoftengineering.com/codeSharing/AllApplications/AllApplications.html as OPEN_WITH
Tip - use mimeopen as OPEN_WITH
antigen bundle ezh/fzf-lszgen load ezh/fzf-ls fzf-ls masterzplug "ezh/fzf-ls"