1VIFM-CONVERT-DIRCOLORS(1)   General Commands Manual  VIFM-CONVERT-DIRCOLORS(1)
2
3
4

NAME

6       vifm-convert-dircolors - converts ls colorscheme to vifm colorscheme
7

SYNOPSIS

9       vifm-convert-dircolors [-h|--help] [-e|--environment] [-r|--human-read‐
10       able] [dircolors_file]
11

DESCRIPTION

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

OPTIONS

17       -h, --help
18              Displays brief help message.
19
20       -e, --environment
21              Instructs  the script to use $LS_COLORS environment variable in‐
22              stead of data from file or standard input stream.
23
24       -r, --human-readable
25              Output patterns on separate lines.
26
27       dircolors_file
28              Converting of colorscheme file only.
29
30       When both --environment option and dircolors_file are absent,  standard
31       input stream is read.
32

EXAMPLES

34       Parse $LS_COLORS and append results of conversion to ~/.vifm/colors/De‐
35       fault:
36
37           vifm-convert-dircolors -e >> ~/.vifm/colors/Default
38
39       Parse /etc/DIR_COLORS and store results of conversion  to  ~/.vifm/col‐
40       ors/ls-based:
41
42           vifm-convert-dircolors /etc/DIR_COLORS > ~/.vifm/colors/ls-based
43

SEE ALSO

45       dircolors(1), ls(1), vifm(1)
46

AUTHOR

48       This manual page was written by xaizek <xaizek@posteo.net>.
49
50
51
52vifm 0.12                     September 29, 2021     VIFM-CONVERT-DIRCOLORS(1)
Impressum