jj/jjui: lazygit-like density and tokyonight colors - #5919
Merged
Merged
Conversation
GUI apps replace the symlink with a regular file, making the next home-manager activation fail on the clobber check. Change-Id: Ie89c7a088baeaee759b4e832c3c8c409e654dc04
A hand-written config.json predates the home-manager managed one and trips the clobber check on activation. Change-Id: I5732050060f10b0e4828cb32fce06bf41b5b9c1f
The default compact log spends two lines per commit on author e-mail and timestamp, and jjui's 'bright black' selection is invisible on a dark terminal, so the log was hard to scan next to lazygit. Share a one-line template (change-id, bookmarks, author initials, description) between jj log and jjui, add tokyonight colors, drop the cramped side preview and open the selected revision in tuicr on enter instead (inline describe moves to 'm'). Change-Id: I777d6b9ddf18f6be098f06849f437b0b43ecd29e
Change-Id: If2b32e73b1e8a79c26e50c21feedb86ced970900
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The default compact log spends two lines per commit on author e-mail
and timestamp, and jjui's 'bright black' selection is invisible on a
dark terminal, so the log was hard to scan next to lazygit.
Share a one-line template (change-id, bookmarks, author initials,
description) between jj log and jjui, add tokyonight colors, drop the
cramped side preview and open the selected revision in tuicr on enter
instead (inline describe moves to 'm').