name-pdfs
v1.0.0
Published
Auto-rename PDF files using Claude AI
Readme
name-pdfs
Auto-rename PDF files using Claude AI.
Installation
npm install -g name-pdfsSetup
Create ~/.name-pdfs-key with your Anthropic API key:
echo "your-api-key-here" > ~/.name-pdfs-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
name-pdfs *.pdf
name-pdfs paper.pdf
name-pdfs --debug document.pdfOptions
--debug- Show verbose debug information (full prompts/responses)--help,-h- Show help message
