lscolors

A library for colorizing paths according to LS_COLORS

Pure Nim score 30/100 · tests present · docs generated

Summary

Latest Version Unknown
License MIT
CI Status Passing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install lscolors
choosenim install lscolors
git clone https://github.com/joachimschmidt557/nim-lscolors

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
lscolors - - - - - - -

README

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"