A simple file manager written in bash
.
This is a fork of dylanaraps' original version of fff.
- Minimal (only requires
bash
andcoreutils
) - Works on Linux, BSD, macOS
- Supports
LS_COLORS
cd
on exit- Display images with
chafa
- Supports
$CDPATH
- Works as a file picker in
(neo)vim
(fff.vim)
bash
coreutils
git clone https://github.com/ciancallaghan/fff
cd fff
make install
f() {
fff "$@"
cd "$(cat "${XDG_CACHE_HOME:-${HOME}/.cache}/fff/.fff_d")"
}