Note
This repository has been archived in favor of daaain/claude-code-log
A bash wrapper for claude-code-log that auto-detects your current Claude Code project directory.
A simple bash function that:
- Detects the git root directory of your current project
- Converts it to Claude Code's project naming convention (
/path/to/project→~/.claude/projects/-path-to-project) - Launches
claude-code-log --tuiwith the correct project directory - Falls back to launching without project directory (the default behavior) if anything goes wrong
Screen.Recording.2025-07-18.at.2.25.51.AM.mov
-
Install uv
-
Run
uvx pycowsay hello worldto ensureuvis working correctlykamalmuradov@kym ~ % uvx pycowsay hello world ----------- < hello world > ----------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || || -
Copy + paste the claude-export function into your
.rcfile -
Run
claude-exportfrom a directory in which you've runclaude