JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 36
  • Score
    100M100P100Q51425F
  • License MIT

Convert Claude Code transcript JSONL files to HTML with interactive TUI

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 (claude-code-log) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    claude-code-log

    Convert Claude Code transcript JSONL files to HTML with interactive TUI.

    Usage

    # Open TUI (default)
    npx claude-code-log
    
    # Convert specific file
    npx claude-code-log /path/to/transcript.jsonl
    
    # Convert all projects
    npx claude-code-log --all-projects
    
    # Convert with date filter
    npx claude-code-log --from-date "yesterday"

    Requirements

    Requires Python package runner (uvx or pipx):

    # Install uv (recommended)
    curl -LsSf https://astral.sh/uv/install.sh | sh
    
    # Or install pipx
    pip install pipx

    Features

    • Interactive TUI: Browse sessions, view summaries, quick export
    • HTML Export: Clean, readable HTML with syntax highlighting
    • Date Filtering: Filter by date range using natural language
    • Token Tracking: View token usage per session

    License

    MIT