Abin Simon
Abin Simon
@zwpaper I guess we could add `--time-style` flag as an alias for `--date`. I am guessing it does not do anything more than that. About fixing the format, I don...
Thanks to @arkadiuszbielewicz , we now support all the the possible options in chrono as of https://github.com/Peltoche/lsd/pull/567
Neither of them sounds like a good fit for lsd and so I'm closing the issue.
Related: https://github.com/Peltoche/lsd/issues/526
You can change the color of items by using [LS_COLORS](https://gist.github.com/thomd/7667642), but the problem here is that the executable flag overrides the colors set based on extension.
What do you mean by hidden flag?
Oh, I was not aware of it. I don't think we are handling that as of now.
I don't use Windows and don't have enough context to take a decision on this. How is it done in other programs like [ripgrep](https://github.com/BurntSushi/ripgrep) and [fd](https://github.com/sharkdp/fd)? Do they take into...
Thanks @TeamTamoad for linking to rg and fd issues. I think it makes sense to have lsd respect hidden files in windows when not using `-a` or `-A`. That said,...
While we are on the topic, my understanding is that there is no such thing as "executable" flag on windows, or is there a flag we can query which `lsd`...