Expand description
Simple file indexer using regex and markdown storage
This module provides a simple, direct approach to code indexing and retrieval using regex patterns and markdown files for storage. No complex embeddings or databases - just direct file operations like a human using bash.
Structsยง
- File
Index - Simple file index entry
- Search
Result - Simple search result
- Simple
Indexer - Simple file indexer