A Magit-inspired diff mode for Jujutsu (jj)I have been using the Jujutsu since last week. Changing…
انتشار: 2026/08/17 02:07 UTCدریافت: 2026/08/17 20:17 UTCآخرین مشاهده: 2026/08/17 20:17 UTC
A Magit-inspired diff mode for Jujutsu (jj)I have been using the Jujutsu since last week. Changing habits is pretty hard, especially I heavily use the magit to check the diffs, stage changes, and commit. I found the jj-mode, it can show the diff log but cannot pick the code hunk to submit. So, here we go, I just made a repo jj-diff.el. It is 100% vibe coding by now with my decisions making and design. It is using jj split --tool for faking the "stage" of git in jj. No other scripts needed (even antigravity recommended me using python script), just emacs and jj itself. Besides, all the commits I’ve made in this repo were done using this mode—so it has been manually tested. If someone is interested in, and use Jujutsu, feel free check it out. redd.it/1vqfagw@r_emacs