terminal user interface to jujutsu. Focused on speed and clarity
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

+5
+5
README.md
··· 5 5 Press `h` to show the help. 6 6 7 7 Please provide any suggestions. I'm new to jujutsu so I'm sure people have workflows I couldn't even dream of. 8 + ## Dependencies 9 + The jujutsu CLI. 10 + I haven't tested on windows or Mac. 11 + I believe it won't work outside Unix so Windows users will currently have to use wsl. 12 + 8 13 # Dev 9 14 Can be built with nix `nix build .#jj_tui` or open a nix shell with `nix develop` 10 15 For non-nix the project can be buit with dune or opam.