HN Reader

NewTopBestAskShowJob
Show HN: fzfm – fuzzy finder file manager
score icon3
comment icon0
10 hours agoby ashish0kumar
Hi HN,

fzfm is a small Bash utility I wrote that turns fzf into a terminal file navigator with fuzzy search and preview support. It’s fast, zero-setup, and works entirely from the command line.

Core features:

- Navigate directories and fuzzy-search files

- Preview file contents with bat (fallback to cat)

- Preview directories with eza (fallback to ls)

- Open files in your editor or viewer (configurable)

- Easily customizable via environment variables

It’s designed as a quick, keyboard-driven way to browse and inspect files. I use it daily and thought others might find it useful too.

GitHub: https://github.com/ashish0kumar/fzfm

Demo: https://raw.githubusercontent.com/ashish0kumar/fzfm/main/ass...

Would love feedback, ideas, or suggestions! (First-time poster here)

Thanks :)

No comments