Releases: KurtWeston/stack-search
Releases · KurtWeston/stack-search
stack-search v1.0.0
🔍 Stack Search - Your Stack Trace Navigator
Never manually hunt for error locations again. Stack Search parses stack traces from any source and instantly opens the failing line in your favorite editor.
✨ Key Features
- Universal Input Support - Parse stack traces from stdin, files, or clipboard
- Multi-Language Detection - Automatically recognizes Python, Node.js, Go, Rust, and Java stack traces
- Smart Path Resolution - Handles both absolute and relative paths with intelligent workspace detection
- Interactive Selection - Choose from multiple stack frames when needed
- Editor Agnostic - Works with VS Code, Vim, Emacs, Sublime Text, or any custom editor
- Container-Aware - Configurable path translation for Docker/container environments
- Dry-Run Mode - Preview detected locations before opening
- Configuration Support - Customize default editor and path mappings
- Color-Coded Output - Visual feedback for detected files and line numbers
- Clipboard Fallback - Copies
file:lineformat when editor opening fails