-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Support LSCOLORS env variable on macOS #55
Comments
As workaroung setting |
Thank you for your feedback. I'm not sure if that's something that we will support in this library. Certainly not by default, because that could lead to unexpected behavior. For example, what if someone has both |
|
That website's conversion is not 100% accurate: Anyway I think it's reasonable to use |
Oh actually that depends on |
Okay. Using it as a fallback seems reasonable. Still not sure if we should do this by default (I'm talking about |
I wanted to customize
fd
colors and read the docs. I found out that it usesLS_COLORS
for customization.macOS builtin
ls
command reads colors fromLSCOLORS
env variable, notLS_COLORS
.man ls
I suggest to support this variable and read from it on macOS. Also lib can provide default value (
exfxcxdxbxegedabagacad
) for it.The style will be more consistent across
ls
andfd
by default.The text was updated successfully, but these errors were encountered: