terminal user interface to jujutsu. Focused on speed and clarity
commits
Author
Commit
Message
Date
Query conflict() from jj template and thread it through jj_commit -> node.
Conflicted nodes display bold red × instead of ○, matching jj's native format.
This also fixed an issue where images required newlines
if they went through the ansi escape parser so i removed some
no longer needed newlines.
the issue was mostly caused by not being able to handle non graphical escape codes.
renamed git_push to git_push_hovered and added new
git_push_all that can push deletion
The limit can be configured in the config using the
max_commits setting
Document multi-select behaviour using space key
Fix typo in command from 'paralellize' to 'parallelize'