Jjui – A Nice TUI for Jujutsu
Published on: 2025-06-23 00:16:20
Jujutsu UI
jjui is a terminal user interface for working with Jujutsu version control system. I have built it according to my own needs and will keep adding new features as I need them. I am open to feature requests and contributions.
Features
Currently, you can:
Change revset with auto-complete
You can change revset while enjoying auto-complete and signature help while typing.
Rebase
You can rebase a revision or a branch onto another revision in the revision tree.
See Rebase for detailed information.
Squash
You can squash revisions into one revision, by pressing S . The following revision will be automatically selected. However, you can change the selection using j and k .
Show revision details
Pressing l (as in going right into the details of a revision) will open the details view of the revision you selected.
In this mode, you can:
Split selected files using s
Restore selected files using r
View diffs of the highlighted by pressing d
For detailed information, see De
... Read full article.