sharkdp / lscolors

A Rust library and tool to colorize paths using LS_COLORS
Apache License 2.0
265 stars 18 forks source link

Add support for more indicators #35

Closed tavianator closed 3 years ago

tavianator commented 3 years ago

Partially addresses #6.

tavianator commented 3 years ago

Hmm, the failed build is due to

could not find `stringify` in `_core`
sharkdp commented 3 years ago

Thank you very much for working on this! I'm hoping to find some time to review it soon.

I guess the build error is already present on master. Pretty sure I've seen this before. Probably needs a MSRV upgrade.

sharkdp commented 3 years ago

From a rough view, this looks very good. I'd be happy to integrate this if we can add the missing tests.

sharkdp commented 3 years ago

I have migrated the project to GitHub Actions since Travis service has been discontinued. I rebased your branch. There is no build error anymore.