Download List

项目描述

lesspipe.sh is an input filter for the pager less
as described in less's man page. The script runs
under a ksh-compatible shell (e.g. bash, zsh) and
allows you to use less to view files with binary
content, compressed files, archives, and files
contained in archives. Viewing files by accessing
a device file is implemented to some extent. It supports many formats (both as plain and compressed files using gzip, bzip2, and other pack programs). Syntax highlighting of source code is possible through an included script, "code2color", or an external program (pygmentize).

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-14 04:55 Back to release list
1.80

实行了新的 ENV 变量 LESSQUIET (要取消非正式消息) 和 LESSCOLORIZER (以指定替代语法突出显示程序)。DESTDIR 已添加到生成文件中的变量 (为使安装)。在 tar 文件中的 lesspipe.sh 是与语法突出显示的代码生成的。可以使用包括的 tarcolor 脚本彩色焦油 tf 的输出。现在可以使用 7zr,如果现有查看 7za 档案的内容。识别的格式已得到增强,已经改进了的测试套件,和已经更正了某些次要的 bug。
New ENV variables LESSQUIET (to suppress informal messages) and LESSCOLORIZER (to specify an alternate syntax highlighting program) have been introduced. The variable DESTDIR has been added to the Makefile (for make install). The lesspipe.sh in the tar file was generated with syntax highlighting code. The output of tar tf can be colorized using the included tarcolor script. The contents of 7za archives can now be viewed using 7zr if existing. The recognition of formats has been enhanced, the test suite has been improved, and some minor bugs have been corrected.

Project Resources