lscolors

A library for colorizing paths according to LS_COLORS


Keywords
lscolors, posix, unix, linux, ls, terminal
License
MIT
Install
nimble install lscolors

Documentation

nim-lscolors

Build Status GitHub

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.

Using this package in your project

Add this to your nimble file:

requires "lscolors >= 0.2.2"