···11# Jujutsu TUI
22+A WIP TUI for the new version control system Jujutsu
2344+Press `h` to show the help.
55+66+Please provide any suggestions. I'm new to jujutsu so I'm sure people have workflows I couldn't even dream of.
37# Dev
44-Currently this requires installing my custom version of Notty `cd notty && opam install .`
88+Can be built with nix `nix build .#jj_tui` or open a nix shell with `nix develop`
99+For non-nix the project can be buit with dune or opam.
1010+I've used opam-monorepo as an experiment, that can be built using `opam monorepo pull && dune build jj_tui`