logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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

vifm 0.12                                      September 29, 2021                      VIFM-CONVERT-DIRCOLORS(1)

Description

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

Examples

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

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

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

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

Name

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

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.

See Also

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

Synopsis

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

See Also