"fzf-fs" "1" "Thu Apr 16 11:09:48 UTC 2015" "0.2.2" "README"
fzf-fs acts like a very simple and configurable file browser/navigator for the command line by taking advantage of the general-purpose fuzzy finder fzf. Although coming without Miller columns, fzf-fs is inspired by tools like lscd and deer, which both follow the example set by ranger.
Get in touch with fzf-fs by reading the USAGE text file and have also a look at the TODO document. Feel free to open an issue or put in a pull request on https://github.com/D630/fzf-fs
To download the very latest source code:
git clone https://github.com/D630/fzf-fs
If you want to use the latest tagged version, do also something like this:
cd ./fzf-fs
git checkout $(git describe --abbrev=0 --tags)
fzf-fs follows the Utilities portion of the POSIX specification and has been written in GNU bash on Debian GNU/Linux 8 (jessie) with these programs/packages:
- GNU bash 4.3.30(1)-release
- GNU coreutils 8.23: basename, echo, ls, md5sum, mkdir, mkfifo, paste, printf, rm, sort, uname
- GNU findutils 4.4.2: find
- GNU nano version 2.2.6
- GNU sed 4.2.2
- MIRBSD KSH R50 2014/10/19 Debian-5
- XTerm(312)
- fzf 0.9.8 (Go version)
- less 458 (GNU regular expressions)
- ncurses 5.9.20140913: tput
- zsh 5.0.7
mksh and zsh users are not excluded from fzf-fs. I have been trying to keep sight of portability.
Same license like in fzf. fzf-fs contains a (modified) function, that is part of liquidprompt.