← Back to tools
View AGENTS.md for pick
pick
Choose one option from a set of choices with fuzzy search
Description
pick allows you to choose one option from a set of choices using an interface with fuzzy search functionality. It reads lines from stdin and presents them in an interactive interface where you can filter and select.
AI Summary
Interactive fuzzy selection tool for choosing from a list of options
Capabilities
- + Present a fuzzy search interface for selecting from stdin lines
- + Lightweight and fast option picker
Use When
- → You need a simple, lightweight fuzzy picker
- → You want to interactively select from command output
Avoid When
- x You need advanced features (use fzf instead)