1VIFM-CONVERT-DIRCOLORS(1) General Commands Manual VIFM-CONVERT-DIRCOLORS(1)
2
3
4
6 vifm-convert-dircolors - converts ls colorscheme to vifm colorscheme
7
9 vifm-convert-dircolors [-h|--help] [-e|--environment] [-r|--human-read‐
10 able] [dircolors_file]
11
13 Converts ls file highlighting configuration (dircolors) into set of
14 vifm highlight commands. Outputs results to standard output.
15
17 -h, --help
18 Displays brief help message.
19
20 -e, --environment
21 Instructs the script to use $LS_COLORS environment variable
22 instead 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
34 Parse $LS_COLORS and append results of conversion to ~/.vifm/col‐
35 ors/Default:
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
45 dircolors(1), ls(1), vifm(1)
46
48 This manual page was written by xaizek <xaizek@posteo.net>.
49
50
51
52vifm 0.11 September 24, 2020 VIFM-CONVERT-DIRCOLORS(1)