sharkdp / lscolors

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

Option to colorize paths component-wise #5

Closed sharkdp closed 5 years ago

sharkdp commented 5 years ago

for a path like

some/folder/symlink/another-folder/test.md

colorize each component (some/, folder/, symlink/, ...) accordingly.

This could be implemented both in the library as well as in the executable.

sharkdp commented 5 years ago

@nkh This is now implemented and released in v0.3.0. Would be great to get your feedback.