ogham / exa

A modern replacement for ‘ls’.
https://the.exa.website/
MIT License
23.51k stars 660 forks source link

Extended attribute not displayed #1154

Open maxclac opened 1 year ago

maxclac commented 1 year ago

Hello

I am running exa 0.9.0 on Ubuntu 20.04. I have a file with an extended attribute:

$ getfattr -dm- jiji
# file: jiji
user.name="val"

This extended attribute is not showing when I type exa --long --extended.

$ exa --long --extended jiji
.rw-rw-r-- 0 user 20 Jan 14:38 jiji

What could be the reason?