ffts-grep
A fast full-text search indexer using SQLite FTS5
What it does
I built a CLI tool for fast full-text search across codebases, designed to power file suggestions in AI coding assistants like Claude Code. File suggestion in coding assistants needs to be fast - users expect results as they type. Traditional grep/ripgrep are great for one-off searches, but re-scanning thousands of files on every keystroke isn't practical. GitHub: Feedback welcome! Especially interested in ideas for detecting deleted files during incremental indexing without a full scan.
Does a similar job
all alternatives →- SCSearch code in GitHub repos using regular expressions2020 · grep.app · ▲614

- GFGreppers – fast CLI cheat sheet with instant copy and shareable search2025 · greppers.com · ▲65
I kept re-Googling the same flags, so I built a tiny, fast directory of copy-ready CLI commands. It’s static (vanilla JS), instant search, keyboard nav (↑/↓ + Enter), favorites (localStorage), and linkable queries. Examples: • grep errors → https://www.greppers.com/?q=grep%20error%20logs • list open ports (macOS) → https://www.greppers.com/?q=list%20open%20ports • show git branch graph → https://www.greppers.com/?q=git%20graph • tail with colors → https://www.greppers.com/?q=tail%20colors Tech notes: static site on Netlify, no…
- SGSemantic Grep – A Word2Vec-powered search tool2024 · github.com · ▲356
Much improved new version. Search for words similar to the query. For example, "death" will find "death", "dying", "dead", "killing"... Incredibly useful for exploring large text datasets where exact matches are too restrictive.
- ASA somewhat faster, more lightweight, ripgrep-inspired alternative2024 · github.com · ▲29
- SLSeaGOAT – local, “AI-based” grep for semantic code search2023 · github.com · ▲240
More dev tools this month
the category →



OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Open-source GTM skills for technical founders
Dev tools · 30d ago · gtmcofounder.com

Launched alongside, January 2026
the whole month →- IN
Hey HN! I wanted to share something I built over the last few weeks: isometric.nyc is a massive isometric pixel art map of NYC, built with nano banana and coding agents. I didn't write a single line of code. Of course no-code doesn't mean no-engineering. This project took a lot more manual labor than I'd hoped! I wrote a deep dive on the workflow and some thoughts about the future of AI coding and creativity: http://cannoneyed.com/projects/isometric-nyc
AI · Jan 2026 · cannoneyed.com




Automatic AI-powered code reviews the moment you open a PR
Dev tools · Jan 2026 · kilo.ai
