jrmoulton / tmux-sessionizer

Tmux Sessionizer: A tool for opening git repositories as tmux sessions
MIT License
429 stars 35 forks source link

Support jujutsu (jj) #124

Open mrcjkb opened 1 month ago

mrcjkb commented 1 month ago

I've switched from git to jujutsu for most of my projects (eventually it will be all).

It would be neat if tmux-sessionizer could support jj repos and jj workspaces (its equivalent to git worktrees). I think it would be possible using the jj-lib crate.

Would you be open to it? It would probably take some time, but I'd be happy to contribute :)

jrmoulton commented 18 hours ago

I've just started using jj and I would love for this to be supported.

mrcjkb commented 10 hours ago

Awesome! I'll see if I can find some time to look into it soon.