Skip to content

tm4a/claude-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

claude-manager

A TUI tool for managing local Claude Code chat history.

Claude Code stores all conversations in ~/.claude/projects/, but provides no built-in way to browse or clean them up. This tool fills that gap.

Features

  • Browse all projects and their chats
  • View chat messages with syntax highlighting
  • Delete unwanted chats with confirmation
  • Search/filter projects and chats
  • Sort chats by date

Installation

go install github.com/tm4a/claude-manager/cmd/claude-manager@latest

Or build from source:

git clone https://github.com/tm4a/claude-manager
cd claude-manager
go build -o claude-manager ./cmd/claude-manager

Usage

claude-manager

Controls

Key Action
Enter Open project/chat
q / Esc Go back / Quit
d Delete chat
/ Navigate
/ Search

How it works

Claude Code stores chats as JSONL files in ~/.claude/projects/<project-path>/. Each project directory corresponds to a working directory where Claude Code was used. This tool parses these files and provides a convenient interface to manage them.

License

MIT

About

Chats manager for claude code

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages