fpp

Interactive file picker for command output and piped input

brewmacoslinux
Try with needOr install directly
Source

About

CLI program that accepts piped input and presents files for selection

Commands

fpp

Examples

Select files from git status output$ git status --short | fpp
Pick files from find command results$ find . -name '*.js' | fpp
Select and edit files from ls output$ ls -la | fpp