Crates.io | dircolors-hd |
lib.rs | dircolors-hd |
version | 0.2.0 |
source | src |
created_at | 2018-11-29 22:20:55.823419 |
updated_at | 2018-11-29 22:20:55.823419 |
description | LS_COLORS manager with multiple themes |
homepage | https://github.com/sharkdp/dircolors-hd |
repository | https://github.com/sharkdp/dircolors-hd |
max_upload_size | |
id | 99281 |
size | 41,547 |
A manager for LS_COLORS
expressions. In contrast to dircolors
, it uses a YAML-based
configuration file for the filetype-database and the color
themes. Colors can be specified in #RRGGBB
format instead of cryptic ANSI
codes.
Usage:
export LS_COLORS="$(dircolors-hd generate filetypes.yml --theme themes/molokai.yml)"
By default, dircolors-hd
runs in true color mode (24-bit). If you don't use a terminal
that supports 24-bit colors, use the --color-mode 8-bit
option when running dircolors-hd
.
wget "https://github.com/sharkdp/dircolors-hd/releases/download/v0.2.0/dircolors-hd_0.2.0_amd64.deb"
sudo dpkg -i dircolors-hd_0.2.0_amd64.deb
Check out the release page for binary builds.
If you have Rust 1.30 or higher, you can install dircolors-hd
from source via cargo
:
cargo install dircolors-hd
Licensed under either of
at your option.