ai-grep
v1.1.1
Published
AI-powered fuzzy grep using Claude
Downloads
10
Readme
ai-grep
When you're looking for something, but you're not exactly sure what. AI fuzzy grep using Claude Agent SDK.
Installation
npm install -g ai-grepSetup
Create ~/.aig-key with your Anthropic API key:
echo "your-api-key-here" > ~/.aig-keyOr set the ANTHROPIC_API_KEY environment variable:
export ANTHROPIC_API_KEY="your-api-key-here"Get your API key from: https://console.anthropic.com/
Usage
aig 'authentication logic'
aig --files 'error handling'
aig --json 'database queries'Options
--files,-f- Output only filenames with line numbers--json,-j- Output results as JSON--version,-v- Show version number--help,-h- Show help message
