peco

Simplistic interactive filtering tool for command-line text selection

brewmacoslinux
Try with needOr install directly
Source

About

Simplistic interactive filtering tool

Commands

peco

Examples

Filter and select from command history$ history | peco
Find and select a file from current directory$ find . -type f | peco
Select a running process and get its PID$ ps aux | peco | awk '{print $2}'