Sponsor:

Your company here, and a link to your site. Click to find out more.

vifm-convert-dircolors - Man Page

converts ls colorscheme to vifm colorscheme

Synopsis

vifm-convert-dircolors [-h|--help] [-e|--environment] [-r|--human-readable] [dircolors_file]

Description

Converts ls file highlighting configuration (dircolors) into set of vifm highlight commands.  Outputs results to standard output.

Options

-h, --help

Displays brief help message.

-e, --environment

Instructs the script to use $LS_COLORS environment variable instead of data from file or standard input stream.

-r, --human-readable

Output patterns on separate lines.

dircolors_file

Converting of colorscheme file only.

When both --environment option and dircolors_file are absent, standard input stream is read.

Examples

Parse $LS_COLORS and append results of conversion to ~/.config/vifm/colors/Default.vifm:

    vifm-convert-dircolors -e >> ~/.config/vifm/colors/Default.vifm

Parse /etc/DIR_COLORS and store results of conversion to ~/.config/vifm/colors/ls-based.vifm:

    vifm-convert-dircolors /etc/DIR_COLORS > ~/.config/vifm/colors/ls-based.vifm

See Also

dircolors(1), ls(1), vifm(1)

Author

This manual page was written by xaizek <xaizek@posteo.net>.

Referenced By

vifm(1).

04 April 2023 vifm 0.13