Fuzzy matcher with native GUI for interactive selection from stdin
Fuzzy matcher that uses std{in,out} and a native GUI
choose-gui
$ ls | choose-gui
$ ps aux | choose-gui | awk '{print $2}' | xargs kill
$ git branch | choose-gui | xargs git checkout