lscolors

A library for colorizing paths according to LS_COLORS

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

Summary

Latest Version 1.0.0
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-09-03 07:22

Authors

  • joachimschmidt557

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 - - - - - - -

Dependencies

Package Version Optional
nim >= 0.20.0 No

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"