ffts-grep
A fast full-text search indexer using SQLite FTS5
#Open Source
#Software Engineering
#GitHub
ffts-grep – Fast full-text search indexing using SQLite FTS5
Summary: ffts-grep is a CLI tool that enables fast full-text search across codebases using SQLite FTS5, optimized for real-time file suggestions in AI coding assistants.
What it does
It indexes codebases to provide rapid search results without rescanning all files on each query, improving speed over traditional grep tools.
Who it's for
Developers and AI coding assistant creators needing efficient, incremental file search during code completion or suggestion.
Why it matters
It addresses the inefficiency of rescanning large codebases on every keystroke, enabling faster file suggestions in coding workflows.