Fuzzy Filter

The non-interactive `rg`/`fd`/`rga` → `fzf --filter` pipeline — scan with a regex tool, then fuzzy-rank the lines without opening a TUI. Use when you want fuzzy (not regex) matching of file paths, code lines, or document/PDF text from a script or one-shot command, when reproducing the fuzzy-search MCP's behavior on the bare command line, or when piping fuzzy-ranked results into xargs/an editor. This is the CLI technique; for the INTERACTIVE picker use the fzf skill, and for tool-call ergonomics use the fuzzy-search MCP server.

dashed 81b4f2f 3 files · 29.5 KB Updated

File contents

dashed/claude-marketplace/tree/main/plugins/fuzzy-filter/skills/fuzzy-filter commit 81b4f2facd

Frequently asked questions

npx skillmds@latest add dashed/fuzzy-filter