Interactive file picker for command output and piped input
CLI program that accepts piped input and presents files for selection
fpp
$ git status --short | fpp
$ find . -name '*.js' | fpp
$ ls -la | fpp