claude-sessions: Terminal UI for Browsing Claude Code Transcripts

✍️ OpenClawRadar📅 Published: March 15, 2026🔗 Source
claude-sessions: Terminal UI for Browsing Claude Code Transcripts
Ad

What claude-sessions does

claude-sessions is a terminal-based interface that scans your local Claude Code transcript files stored in ~/.claude/ and provides tools for managing past coding sessions. The tool was built using Claude Code itself, with the AI writing the Textual UI, JSONL parser, and session-resume logic while the developer guided the architecture.

Key features

  • Scans local ~/.claude/ transcript files
  • Groups sessions by project directory, topic, or work domain
  • WASD navigation for browsing sessions
  • One-click resume into any session using claude --resume
  • Search by keywords (e.g., "agents", "trust-verification")

Technical details

The tool is MIT licensed and open source on GitHub. It operates entirely locally—reading only from your ~/.claude/ folder with no data leaving your machine, no API calls, and no credentials required. The developer is seeking feedback on UX and asking how others keep track of work across multiple sessions.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Claude Code Container Provides Zero-Config Docker Isolation for Claude Code
Tools

Claude Code Container Provides Zero-Config Docker Isolation for Claude Code

Claude Code Container (ccc) is a free, open-source tool that automatically creates per-project Docker containers for Claude Code with full isolation and zero configuration. It forwards host environment variables, mounts SSH keys, provides transparent localhost proxy, and includes Chromium with chrome-devtools MCP pre-configured.

OpenClawRadar
OpenClaw Janitor Skill for Automated System Management and Security Hardening
Tools

OpenClaw Janitor Skill for Automated System Management and Security Hardening

A developer created a skill that uses Claude Code to SSH into OpenClaw machines and harden configurations, including sandboxing, OS hygiene, and channel security, while maintaining a project folder with audit instructions in CLAUDE.md.

OpenClawRadar
Caveman: A Claude Code Skill That Cuts 75% of Tokens by Using Caveman-Style Speech
Tools

Caveman: A Claude Code Skill That Cuts 75% of Tokens by Using Caveman-Style Speech

Caveman is a Claude Code skill that reduces token usage by approximately 75% by making Claude respond in a concise, caveman-like style while maintaining full technical accuracy. It's installed via npx or the Claude plugin marketplace.

OpenClawRadar
Fullerenes: Open-source persistent memory layer for coding agents cuts tokens by 64% on SWE-bench
Tools

Fullerenes: Open-source persistent memory layer for coding agents cuts tokens by 64% on SWE-bench

Fullerenes uses a local SQLite knowledge graph built via Tree-sitter to give coding agents like Claude Code persistent memory, reducing token usage by 64% on SWE-bench and up to 96.6% on internal benchmarks.

OpenClawRadar