jsongrep - path query language for JSON, YAML, TOML
Rust CLI that runs the same path query syntax across JSON, YAML, TOML, MessagePack, and CBOR. One tool to grep structured data regardless of serialization format.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Featured in
Related entries
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.
chainlink - CLI issue tracker for AI agents
Rust CLI issue tracker designed for coding agents to file, claim, and close issues without a heavyweight Jira/Linear integration. Single-binary, local-first.