Fuzzy text selector for files and interactive command output
Fuzzy text selector for files and anything else you need to select
selecta$ find . -type f | selecta | xargs vim$ git branch | selecta | xargs git checkout$ ps aux | selecta | awk '{print $2}' | xargs kill