claudex 0.1.0

Query, search, and analyze Claude Code sessions
claudex-0.1.0 is not a library.

claudex

Query, search, and analyze Claude Code sessions from the command line.

Status: early skeleton — help menu only, features coming soon.

What is claudex?

claudex is a CLI tool for working with Claude Code session data stored locally on your machine. It will let you search conversation history, extract insights, and analyze how you use Claude Code across projects.

Build

# Preferred: Nix devshell (auto-activates with direnv)
nix develop

# Then build
cargo build

# Or build directly with Nix
nix build

Run

# From devshell
claudex --help

# Via cargo
cargo run -- --help

# Via nix
nix run

Development

Requires Rust 1.85+. See CLAUDE.md for the full development guide.

License

MIT — see LICENSE.