glimpse-0.4.0 is not a library.
Visit the last successful build:
glimpse-1.0.0
Glimpse
A blazingly fast tool for peeking at codebases. Perfect for loading your codebase into an LLM's context.
Features
- 🚀 Fast parallel file processing
- 🌳 Tree-view of codebase structure
- 📝 Source code content viewing
- ⚙️ Configurable defaults
- 📋 Clipboard support
- 🎨 Customizable file type detection
- 🥷 Respects .gitignore automatically
Installation
Usage
Basic usage:
Common options:
# Show hidden files
# Only show tree structure
# Copy output to clipboard
# Save output to file
# Include specific file types
# Exclude patterns
Configuration
Glimpse uses a config file located at:
- Linux/macOS:
~/.config/glimpse/config.toml - Windows:
%APPDATA%\glimpse\config.toml
Example configuration:
= 10485760 # 10MB
= 20
= "both"
= [
"**/.git/**",
"**/target/**",
"**/node_modules/**"
]
Troubleshooting
- File too large: Adjust
max_sizein config - Missing files: Check
hiddenflag and exclude patterns - Performance issues: Try adjusting thread count with
-t
License
MIT