Skip to content
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

Open
maicol07 opened this issue Feb 10, 2024 · 3 comments
Open

New permission option: both #986

maicol07 opened this issue Feb 10, 2024 · 3 comments

Comments

@maicol07
Copy link

Add a new option to the permission setting: both
This will display both the octal and rwx values.
Example:

drwxr-xr-x (0775)
@Kol9yN
Copy link

Kol9yN commented Apr 23, 2024

In EXA octal is placed on left side in first column, hope here will be added too soon

@goyalyashpal
Copy link

In EXA octal is placed on left side in first column

Agreed! EXA, and EZA already have it! Should be here too i think
- @ Kol9yN at https://github.com/orgs/lsd-rs/discussions/895#discussioncomment-9202383

can you share the screenshot of how this look in eza? (exa is out of maintenance already if i recall correct)

@Kol9yN
Copy link

Kol9yN commented Aug 20, 2024

In EXA octal is placed on left side in first column

Agreed! EXA, and EZA already have it! Should be here too i think

can you share the screenshot of how this look in eza? (exa is out of maintenance already if i recall correct)

octal-eza-lookswell

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants