Module simple_indexer

Module simple_indexer 

Source
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ยง

FileIndex
Simple file index entry
SearchResult
Simple search result
SimpleIndexer
Simple file indexer