claco - Claude Code CLI Inspector
claco (Claude Code Inspector) is a CLI tool for inspecting Claude Code sessions and project data stored in the ~/.claude directory.
Installation
From source
From crates.io (when published)
From GitHub
Usage
List user messages in current project
# Show all user messages in the current directory's Claude project
# Or use the alias
# Show messages from a specific session
Show session information
# Display info about the most recent session
# Display info about a specific session by ID
List all projects
# List all Claude projects and their sessions
Show active sessions
# List all currently active Claude sessions
Features
- history: Lists all user input messages for the current project
- session: Displays session info including first user message and timestamp
- projects: Lists all projects with their session IDs
- live: Shows active Claude sessions with PID and workspace info
Development
# Build
# Run tests
# Check code
# Format code