-
-
Notifications
You must be signed in to change notification settings - Fork 217
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: exa -l
doesn't show group info (from exa
)
#198
Comments
@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 |
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. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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.The text was updated successfully, but these errors were encountered: