Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Nov 29, 2018
1 parent 50c2e27 commit e536c10
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

[![Build Status](https://travis-ci.org/sharkdp/dircolors-hd.svg?branch=master)](https://travis-ci.org/sharkdp/dircolors-hd)

**WORK IN PROGRESS**
A manager for `LS_COLORS` expressions. In contrast to `dircolors`, it uses a YAML-based
configuration file for the [filetype-database](config/filetypes.yml) and the [color
themes](themes/molokai.yml). Colors can be specified in `#RRGGBB` format instead of cryptic ANSI
codes.

A manager for `LS_COLORS` expressions (similar to `dircolors`). It uses a YAML-based configuration
file for the [filetype-database](config/filetypes.yml) and the [color themes](themes/molokai.yml).

Usage:
**Usage:**
``` bash
export LS_COLORS="$(dircolors-hd generate filetypes.yml --theme themes/molokai.yml)"
```
Expand All @@ -16,7 +16,7 @@ export LS_COLORS="$(dircolors-hd generate filetypes.yml --theme themes/molokai.y

## True color

By default, `dircolors-hd` runs in truecolor mode (24-bit). If you don't use a [terminal
By default, `dircolors-hd` runs in true color mode (24-bit). If you don't use a [terminal
that supports 24-bit colors](https://gist.github.com/XVilka/8346728), use the `--color-mode 8-bit`
option when running `dircolors-hd`.

Expand Down

0 comments on commit e536c10

Please sign in to comment.