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