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.

2003-01-06 19:24 Back to release list
1.35

Even more formats can be viewed. The tags and statistics of MP3 files can be shown using mp3info. Unknown binary data can be filtered to show only the ASCII strings they contain. Experimental support for ASCII-art was added, but is disabled by default. pstotext is used instead of ps2ascii if it is available. html2text is used instead of lynx if it is available. Minor bugs in the configure script were corrected.
Tags: Minor feature enhancements

Project Resources