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

exa --long --grid --extended doesn’t show extended attributes #768

Open
sivizius opened this issue Dec 14, 2020 · 2 comments
Open

exa --long --grid --extended doesn’t show extended attributes #768

sivizius opened this issue Dec 14, 2020 · 2 comments

Comments

@sivizius
Copy link

exa -l@G silently drops the xattr-data you would get with exa -l@. (v0.9.0)

@sivizius
Copy link
Author

master too

@ariasuni
Copy link
Collaborator

ariasuni commented Dec 30, 2020

Well, I’m not sure I would consider this as a bug. Displaying files in grid makes it kind of complicated to show xattr because it needs to stay under the file it’s attached to.

Here for these two files:

.rw-r--r-- 0 ariasuni 30 Dec 15:10 file1    .rw-r--r-- 0@ ariasuni 30 Dec 15:10 file2

It would need to be displayed like this:

.rw-r--r-- 0 ariasuni 30 Dec 15:10 file1    .rw-r--r--@ 0 ariasuni 30 Dec 15:10 file2
                                                                                ├── user.attr1 (len 4)
                                                                                └── user.attr2 (len 4)

It could cause weird column alignments, and I’m not sure if it’s reasonably feasible to handle more complicated cases. I guess it needs thinking and investigating.

Edit: it also could conflict with fixing #320.

@ariasuni ariasuni reopened this Dec 30, 2020
@ariasuni ariasuni changed the title Extended and Grid exa --long --grid --extended doesn’t show extended attributes Apr 26, 2021
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

2 participants