You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The git status in the output of exa -T --git -l isn't clear enough.
It should highlight the git status of the modified file, but not the parent directories.
It is good to easily see the parent directory of the modified file, so exa should print the modified mark, but it should be printed with a decreased intensity color (e.g. file in blue, parent directories in grey)
For example:
I have a git repo with only one file modified: src/neph/parser.cr
When I run exa -T --git -l, it highlights the git status of the src, and src/neph directory too, although only src/neph/parser.cr should be highlighted (src/neph/parser.cr → blue, src, src/neph → grey).
The text was updated successfully, but these errors were encountered:
The git status in the output of
exa -T --git -l
isn't clear enough.It should highlight the git status of the modified file, but not the parent directories.
It is good to easily see the parent directory of the modified file, so
exa
should print the modified mark, but it should be printed with a decreased intensity color (e.g. file in blue, parent directories in grey)For example:
I have a git repo with only one file modified:
src/neph/parser.cr
When I run
exa -T --git -l
, it highlights the git status of thesrc
, andsrc/neph
directory too, although onlysrc/neph/parser.cr
should be highlighted (src/neph/parser.cr
→ blue,src
,src/neph
→ grey).The text was updated successfully, but these errors were encountered: