1 points step2 | 2 comments | | HN request time: 0.4s | source
1. step2 ◴[] No.45052617[source]
I built this simple command line tool that lists all the commands Claude Code ran in a session. Analogous to how the `history` command lists the commands you ran in your standard interactive shell. Instead of pulling the commands from the ~/.zsh_history file it parses the commands from the JSON formatted conversation log files in ~/.claude/projects. There's also some logic around locating the project from the current working dir for convenience.