-
-
Notifications
You must be signed in to change notification settings - Fork 658
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
exa -l does not show group info? #1118
Comments
You need to add the eg.
|
Thanks! |
Doesn't that make it a digression? My understanding was that I believe just making |
I suppose the reasoning is removing unnecessary information which you don't really need. You can make exa pretty much like ls if you alias ls to this script - https://gist.github.com/eggbean/74db77c4f6404dd1f975bd6f048b86f8 |
Excellent script. It would be really awesome if we could get a link to it in the README. I suspect you're right about the reasoning, even though it's very flawed (group is needed about as often as owner) |
It’s very very rare that I need to show the group of a file, personally. I don’t think I’ve used the feature for more than a year, except to test exa and debug the feature itself. But if you think it should be changed, please open an issue at active fork eza, since exa is unmaintained (see #1243). |
If exa does something unexpected, or its output looks wrong, or it displays an error on the screen, or if it outright crashes, then please include the following information in your report:
exa --version
) : v0.10.1If it’s a crash, please include the full text of the crash that gets printed to the screen. If you’re seeing unexpected behaviour, a screenshot of the issue will help a lot.
ls -l will list both user and group info
exa -l only list user info, group info is missing
The text was updated successfully, but these errors were encountered: