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-SPACE
or:
- command modeCTRL-P
- toggle previewCTRL-C
orESC
- 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 highlight
Tip - use http://www.hamsoftengineering.com/codeSharing/AllApplications/AllApplications.html as OPEN_WITH
Tip - use mimeopen
as OPEN_WITH
antigen bundle ezh/fzf-ls
zgen load ezh/fzf-ls fzf-ls master
zplug "ezh/fzf-ls"