Dead simple fuzzy file/folder navigator in Rust.
git clone https://github.com/ivaansrivastavadev/navpp.git
cd navpp
cargo build --release
sudo mv bin-latest/navpp /usr/local/bin/navpp # cd into folder (current dir)
navpp nvim # open file with nvim (all, current dir)
navpp nvim % # open file with nvim (files only)
navpp -a cat @ # cat from home (all files/folders)
navpp --help # show help@- All files and directories (default)%- Files only[- Directories only
-a- Scan from home directory instead of current--help, -h- Show help
- Image preview with chafa
- Directory preview (ls or tree via
$navppdirside) - Fast fuzzy search with fzf
- No dependencies except fzf and chafa
# Arch
sudo pacman -S fzf chafa
# Ubuntu/Debian
sudo apt install fzf chafaMIT