Download List

Project Description

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 Requirements

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.

2001-11-21 22:24
1.30

lesspipe.sh now supports the RTF file format via unrtf. The configure script
does more sanity checks. More documentation has been added.
Tags: Minor feature enhancements

2001-10-31 14:04
1.23

Configure script was slightly improved and now generates a simple Makefile. A minor problem with viewing HTML output (was sometimes displayed as HTML source) was fixed.
Tags: Minor feature enhancements

2001-08-10 13:56
1.22

Added support for removable media via the /dev/xxx files, as well as support for unmounted DOS Filesystems, using the mtools command suite. Now recognizes file type "... text executable" as text, not as binary. Some other small changes have been made.
Tags: Minor feature enhancements

Project Resources