ZIP
WinGet
Jujutsu UI
Ibrahim Dursun · 0.9.9 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
jjui-0.9.9-windows-amd64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
IbrahimDursun.jjui
Version
0.9.9
Description
Jujutsu UI (jjui) is a Text User Interface (TUI) designed for interacting with the Jujutsu version control system.
License
MIT
↗
Homepage
https://github.com/idursun/jjui
Release Notes
Release Notes
Another release with small improvements and bug fixes. Thanks to all contributors!
🎉 New Features
Custom Commands & Lua API Enhancements
- Custom Commands with Sequence Keys (#420)
- Added key_sequence property allowing custom commands to be invoked with multiple key presses in sequence
- Added desc property for command descriptions
- Introduced sequence overlay UI showing available key sequences when first key is pressed
- Example: key_sequence = ["w", "b", "l"]
- Lua API:…