You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/less/files
root 84779866e1
Sync with portage [Thu Jul 21 01:21:24 MSK 2016].
8 years ago
..
README.Gentoo Automatic update [Wed Nov 9 11:33:18 MSK 2011]. 13 years ago
code2color-0.2.patch Sync with portage [Wed Jan 30 13:23:07 MSK 2013]. 12 years ago
less.envd Sync with portage [Mon Aug 25 11:45:52 MSK 2014]. 10 years ago
lesspipe.sh Sync with portage [Thu Jul 21 01:21:24 MSK 2016]. 8 years ago

README.Gentoo

This version of less comes with some Gentoo enhancements:

- default lesspipe.sh script to "view" files
- colorization support

To see what file types are supported, just read the /usr/bin/lesspipe.sh
script (it's just a plain text bash script).

Colorization support is disabled by default. To enable it, export the
LESSCOLOR variable to "yes":
$ export LESSCOLOR=yes

We also provide a colorization script, 'code2color', that is used by
default. If you wish to use another script, simply export the LESSCOLORIZER
variable to name of the script:
$ export LESSCOLORIZER=some-other-script

If you want to use the code2color script and the default color schemes are
not acceptable, you can develop your own schemes and save them in one of
the following places:
/etc/code2color
~/.code2color
CODE2COLOR_CONFIG env var