peco
Simplistic interactive filtering tool
peco (pronounced peh-koh) is based on a python tool, percol. percol was darn useful, but I wanted a tool that was a single binary, and forget about python. peco is written in Go, and therefore you can just grab the binary releases and drop it in your $PATH. peco can be a great tool to filter stuff like logs, process stats, find files, because unlike grep, you can type as you think and look through the current results. Demos speak more than a thousand words! Here's me looking for a process on my mac. You can page through your results, and you can keep changing the query. When you combine tools like zsh, peco, and ghq, you can make managing/moving around your huge dev area a piece of cake! ...