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

distinguish all timestamps within EXA_COLORS environment variable #1174

Open
gabokamaze opened this issue Mar 29, 2023 · 0 comments
Open

distinguish all timestamps within EXA_COLORS environment variable #1174

gabokamaze opened this issue Mar 29, 2023 · 0 comments

Comments

@gabokamaze
Copy link

The environment variable EXA_COLORS allow us to customize coloration output. For example, if we want to color timestamp information with a specific color, one can set this :
EXA_COLORS="da=1;34"
But one things which could be better would be to distinguish Modified/Created/Accessed/Changed Timestamp.
For example dm for modified, dr for created, da for accessed and dh for changed, which could lead to something like :
EXA_COLORS="dm=1;31:dr=1;32:da=1;33:dh=1;33"

Is this feature could be implemented ?
Thanks by advance and thank you for this great tool !

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

1 participant