-
-
Notifications
You must be signed in to change notification settings - Fork 442
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
New permission option: both
#986
Comments
In EXA octal is placed on left side in first column, hope here will be added too soon |
can you share the screenshot of how this look in eza? (exa is out of maintenance already if i recall correct) |
You can izi check by self, just install it :) and use this flags to make it looks same as in my screenshot if [ -x "$(command -v eza)" ]; then
alias ls="eza --long --all --octal-permissions --header --git --icons -F --sort=type"
fi |
Add a new option to the permission setting:
both
This will display both the octal and rwx values.
Example:
The text was updated successfully, but these errors were encountered: