Download List

Projeto Descrição

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.

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

Foram introduzidas novas variáveis ENV LESSQUIET (para suprimir mensagens informais) e LESSCOLORIZER (para especificar um programa realce de sintaxe alternativa). A variável DESTDIR foi adicionado ao Makefile (para fazer instalar). O lesspipe.sh no arquivo tar foi gerado com sintaxe destacando código. A saída de tar tf pode ser colorida usando o script de tarcolor incluído. O conteúdo dos arquivos 7za agora pode ser visualizado usando 7zr, se existente. O reconhecimento de formatos foi aprimorado, melhorou-se o conjunto de testes e alguns bugs foram corrigidos.
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