I lost a week of Claude Code sessions on my personal laptop, completely wiped a few weeks ago.
I vibe coded sesh because of that.
It’s available on my GitHub (github.com/m-gharibi/sesh), feel free to use it.
You can use sesh to save, list, find, merge, and split your sessions:
sesh snapshot
saves a snapshot of your current session in your project directory
sesh find “quantum computing”
This does full-text search across every saved session you’ve ever run, then you do sesh resume to drop you back in mid-conversation
sesh merge otherSession
e.g. pull another session into the current session. You can merge multiple sessions into one.
sesh split
allows you to split a session where you discussed three topics into 3 sessions each with their own topic and related messages extracted from the original session
sesh list
shows all your saved sessions in the current folder
Install in Claude like:
/plugin marketplace add m-gharibi/sesh
/plugin install sesh






