I'd like an easy way to share a gist transcript of a local, non-web session.
For example, if I find a session with:
uvx claude-code-transcripts
and then upload it with:
gh gist create -w /tmp/claude-session-{UUID}/*
It seems like the links in gisthost are broken. It would also be nice to have the direct --gist flag that the web version of the command has.
I may be missing something, or misunderstanding! Let me know if there's already a way to do this.
I'm on linux if that makes any difference.