A TUI for the new version control system Jujutsu
Press ?
to show the help. (commands are different between graph and files view).
Press Alt+Up
andAlt+Down
to navigate windows
List of graph commands:
Please provide any suggestions. I'm new to jujutsu so I'm sure people have workflows I couldn't even dream of.
If you are on linux, just grab the latest release. It's statically linked and should work on any linux machine. If you are on mac, also grab a prebuild, let me know if you have any issues as I can't test on a mac.
To open a shell with jj_tui on nix:nix shell github:faldor20/jj_tui
To install without nix: This is definitely broken right now. Please just use nix 🙏
- Install opam with your package manager
- clone the repo
- Run:
opam install .
The jujutsu CLI. I haven't tested on windows or Mac. I believe it won't work outside Unix so Windows users will currently have to use wsl.
Can be built with nix nix build
or open a nix shell with nix develop
For non-nix the project can be buit with dune or opam.