JSPM

cch-tool

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q39216F
  • License (MIT OR Apache-2.0)

Fast CLI to navigate Claude Code sessions (JSONL transcripts). Git-inspired: session, show, grep, blame, commits.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cch-tool) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    cch-tool

    Fast CLI to navigate Claude Code JSONL session transcripts (~/.claude/projects/).

    This is the npm distribution of cch. On install it downloads the matching pre-built binary from GitHub Releases and exposes it as cch.

    Install

    npm i -g cch-tool
    cch help
    cch help-all

    Supported platforms

    • Linux x86_64, aarch64
    • macOS x86_64, aarch64 (Apple Silicon)
    • Windows x86_64

    If your platform isn't listed, build from source: cargo install --git https://github.com/Salourh/cch (see the main repo).

    License

    Dual-licensed under MIT or Apache-2.0, at your option.