No description
Find a file
2024-07-21 11:41:49 +02:00
examples WIP parsing 2019-08-13 18:14:54 +02:00
src nimpretty 2024-07-21 10:32:53 +02:00
tests nimpretty 2024-07-21 10:32:53 +02:00
.gitignore More readme and add gitignore 2019-08-02 12:16:37 +02:00
.travis.yml fix docs css 2020-03-27 11:13:23 +01:00
LICENSE Create LICENSE 2019-08-02 11:40:20 +02:00
lscolors.nimble Bump version to first stable 1.0.0 2024-07-21 11:41:49 +02:00
README.md Add nimble badge 2020-02-25 10:00:35 +01:00

nim-lscolors

Build Status GitHub Nimble

A library for colorizing paths according to LS_COLORS.

This library is modeled after the lscolors crate written by sharkdp licensed under the Apache License or the MIT License.

Documentation is available on Github Pages.

Using this package in your project

Add this to your nimble file:

requires "lscolors >= 0.2.2"