percol

Interactive grep tool for filtering command output with fuzzy search

brewmacoslinux
Try with needOr install directly
Source

About

Interactive grep tool

Commands

percol

Examples

Filter process list interactively and kill selected process$ ps aux | percol | awk '{print $2}' | xargs kill
Search and navigate through command history interactively$ history | percol
Find and select files from directory listing$ find . -type f | percol