srgn - syntax-aware grep and rewrite
Grep-like CLI that parses source-code syntax via tree-sitter, so you can match and rewrite functions, classes, and comments instead of byte ranges.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Featured in
Related entries
octocode - semantic code search CLI
Rust CLI for semantic search across a codebase, indexing source for natural-language queries. Useful as a side-channel context tool for agents.
sqz - context compressor for LLM CLIs
Rust CLI that compresses prompt and context payloads before they hit the model, trading a small accuracy delta for measurable token-cost savings.
claude-code-rust - native Rust port of Claude Code
Rust reimplementation of Anthropic's Claude Code CLI that avoids the upstream V8 heap OOM in long sessions. Daily-driver replacement that keeps the same UX without Node.
ccmd - TUI to audit and clean developer caches
Rust terminal UI for exploring cache directories on macOS and Linux. Scans cached packages for known CVEs, finds outdated deps, and reclaims disk space.