Introduction
promptext
Section titled “promptext”Smart code context extraction for AI assistants. Process codebases efficiently with accurate token counting and intelligent filtering.
Features
Section titled “Features”- Smart Filtering — .gitignore integration with intelligent defaults
- Token Analysis — Accurate GPT-compatible counting with tiktoken
- Project Detection — Language and framework identification
- Multiple Formats — Markdown and XML output options
- Performance Focused — Optimized for large codebases
Quick Start
Section titled “Quick Start”# Installgo install github.com/1broseidon/promptext/cmd/promptext@latest
# Extract current directorypromptext
# Analyze specific projectpromptext -d /path/to/project
Continue with Getting Started for detailed setup and usage.