Replies: 2 comments 1 reply
-
I actually realized that exa just doesn't show the Git integration when run with |
Beta Was this translation helpful? Give feedback.
1 reply
-
sound reasonable, we can add this feature later, can you please create an issue to track it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, enabling git column causes it to show in all directory listings, regardless of whether we're listing files inside a Git repository or not. In comparison,
exa
only shows the Git column when running it inside a directory that is part of a Git repository (i.e. inside~/git-repo
and~/git-repo/subdir
but not inside~
). I think that exa is better in this regard - it minimizes the clutter that isn't relevant when not run in a repository.One potential edge case is that it still has to work correctly when run with
--tree
option where only part of a tree might be part of a Git repository.Beta Was this translation helpful? Give feedback.
All reactions