gentoo-full-overlay/sys-apps/less/files
2015-08-11 00:17:55 +03:00
..
code2color-0.2.patch Sync with portage [Wed Jan 30 13:23:59 MSK 2013]. 2013-01-30 13:24:00 +04:00
less.envd Sync with portage [Mon Aug 25 11:47:07 MSK 2014]. 2014-08-25 11:47:07 +04:00
lesspipe.sh Sync with portage [Tue Aug 11 00:17:52 MSK 2015]. 2015-08-11 00:17:55 +03:00
README.Gentoo Sync with portage [Mon Feb 6 16:39:48 MSK 2012]. 2012-02-06 16:39:49 +04:00

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