Download List

Descripción del Proyecto

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-02-05 08:36
1.82

Esta versión se protege contra errores cuando se llama iconv.
This release protects against errors when calling iconv.

2013-01-16 08:46
1.81

Correcciones de errores menores en configuración y soporte de color.
Minor bugfixes in configure and color support.

2013-01-14 04:55
1.80

Se han introducido nuevas variables ENV LESSQUIET (para suprimir los mensajes informales) y LESSCOLORIZER (para especificar un programa resaltado de sintaxis alternativa). La variable DESTDIR se ha agregado el Makefile (make install). El lesspipe.sh en el archivo tar se generó con código de sintaxis. La salida de tar tf puede ser coloreada usando el script tarcolor incluido. Ahora, puede verse el contenido de los archivos de 7za con 7zr si existe. Se ha mejorado el reconocimiento de formatos, el conjunto de pruebas se ha mejorado y se han corregido algunos errores menores.
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.

2011-11-17 23:26
1.72

Los archivos que terminen en .xml ya no se interpretará (incorrectamente) como archivos HTML. Opciones apropiadas para el comando de archivo ahora son elegidas en tiempo de ejecución para adivinar la codificación de caracteres de los archivos. Esto se utiliza para mostrar opcionalmente lo archivo de contenido. Cuando se utiliza la sintaxis resaltado dentro de lesspipe.sh, ls colores habían salida ahora trabaja en sabores de OS más. Una función de envoltura muestra menos se proporciona para permitir abrir directamente las direcciones URL llamando simplemente 'menos <URL>'.
Files ending in .xml will no longer be (incorrectly) interpreted as HTML files. Proper options for the file command are now chosen at runtime to guess the character
encoding of files. This is used to optionally display recoded file contents. When syntax highlighting is used within lesspipe.sh, colored ls output now works on more OS flavours. A sample wrapper function for less is provided to allow directly opening URLs by simply calling 'less <URL>'.

2010-04-07 06:58
1.71

Esto comprueba la liberación de un depósito apropiado en tiempo de ejecución. El script de configuración se ha modificado para hacer mejor los controles para siempre 'tar' y 'archivo' comandos. La cantidad de filtrado en lesspipe.sh se puede controlar si el apoyo a la LESS_ADVANCED_PREPROCESSOR variable ENV se incluyó a configurar el tiempo. El manejo de esta variable se ha cambiado de la versión anterior. Varias pruebas fueron cambiados para detectar mejor los archivos comprimidos. La documentación se ha actualizado.
This release checks for an appropriate shell at runtime. The configure script was modified to do better checks for good 'tar' and 'file' commands. The amount of filtering in lesspipe.sh can be controlled if support for the ENV variable LESS_ADVANCED_PREPROCESSOR was included at configure time. The handling of that variable has been changed from the previous version. Several tests were changed to better detect compressed files. The documentation has been updated.

Project Resources