peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Why consider peco?
peco is an open-source interactive filtering tool written in Go. It inserts a responsive search filter into Unix shell pipelines, allowing users to interactively filter logs, process IDs, git branches, and file paths.
Learn peco by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of peco
peco filters terminal output streams interactively to make shell pipelines dynamic and selectable.
Quickstart
go install github.com/peco/peco/cmd/peco@latestps aux | peco | awk '{print $2}' | xargs kill -9Pipe any command into peco to search results and pass selected items to downstream scripts.
peco is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.
McFly
Fly through your shell history with an intelligent neural network search engine.