Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 1.74 KB

File metadata and controls

65 lines (43 loc) · 1.74 KB

banner

Download

🇫🇷 Français | 🇬🇧 English | 🇰🇷 한국어 | 🇯🇵 日本語 | 🇨🇳 中文 | 🇮🇹 Italiano | 🇪🇸 Español | 🇷🇺 Русский | 🇩🇪 Deutsch

DotClaude Analyzer

DotClaude Analyzer is a graphical application that explores your .claude folder to help you better understand and leverage your activity with Claude Code.

The assistant allows you to:

  • inspect your settings and connection;
  • browse your projects and reread all of their conversations;
  • list every file created or modified by Claude;
  • export a full version of a project at a given date.

Installation

git clone https://github.com/Game-K-Hack/dotclaude-analyzer.git
pip install -r requirements.txt

Launching the graphical interface

python main.py

Building the EXE

pyinstaller --noconfirm build.spec

Demo

screenshot-1

Select a .claude folder located in the User folder

screenshot-2

Select a project to retrieve (you can reread its conversations)

screenshot-3

Select the version of the files to export

screenshot-4