feat: exa -l
doesn't show group info (from exa
)
#199
Replies: 5 comments 8 replies
-
@ariasuni mentioned in the original Issue report when redirecting here, that they hadn't personally used the group info in the past year. As a counter point, I've personally used it almost every day for the past year. If you're working with device nodes ( So the things I personally use the extended info for, in order of frequency, are:
If you notice, the last modified time is actually one of the least likely things I'm looking for, though I definitely understand that many people use that info a lot more often than I do. Similarly I understand that most people probably check the size of the file way more often than they consider the group. I think it makes a lot of sense to match the native |
Beta Was this translation helpful? Give feedback.
-
We might make it possible to set a default whenever I have time to look into #139, but until then, perhaps an alias would be sufficient. We could still consider changing the default behavior, but this would probably be better handled by a discussion thread than an issue. I personally use an alias to get the default eza behavior I need, and I'm cautious about enforcing my overly opinionated takes onto the default user. That said, I do see where you're coming from, but I'd like to see a wider discussion before moving forward. |
Beta Was this translation helpful? Give feedback.
-
I, for one, also often miss group ownership info when using That feels inconsistent as user experience. |
Beta Was this translation helpful? Give feedback.
-
I am OKish not showing the group if it's the same as the user but this here is just a pretty bad UX:
If user != group it should never be hidden (unless I asked it to). |
Beta Was this translation helpful? Give feedback.
-
Yeah this is really not acceptable for in the case of this data set.
Well, it is certainly displaying rather redundant information that could be inferred, especially compared to this counter example date, where actual variances may get lost in the noise.
This would definitely display a bit more information, but not really the specifics you might want to know;... Un-hiding to the column but indicating it contains the same data would seem to be more conducive to quickly reading the output. Something more like this:
(The actual character, or icon, or characters, colour, etc. standing in for the repetition would have to have more thought put into it ofc. Or be declared by themes tbh.) |
Beta Was this translation helpful? Give feedback.
-
From exa Issue: ogham/exa#1118
tl;dr
The
ls -l
command includes the name of the group that the "group permissions" apply to. This is pretty commonly used info, but requires adding the--group
flag to get it now. Please add it back to the default, or make it a customizable default for when-l
is used.Beta Was this translation helpful? Give feedback.
All reactions