Skip to content

Releases: wofr06/lesspipe

V2.16 with argument check for ar

10 Nov 15:23
Compare
Choose a tag to compare
v2.16

prepare for version 2.16

V2.15 with improved man page and pem format display

03 Oct 17:58
Compare
Choose a tag to compare

Man pages get now preferably processed using mandoc if installed. Files with multiple certificates in the pem format are displayed properly, not only the first certificate. the determination of theme and style when using bat/batcat has been improved.

v2.14

16 Aug 07:44
Compare
Choose a tag to compare

Add nvimpager as preferred colorizer if installed

Added support for appimage and snap file formats

10 May 19:08
Compare
Choose a tag to compare

The contents of appimage and snap containers as well as cpio archives can be listed and files therein can be inspected. When using vimcolor as the colorizer program the current color scheme is used to chose the foreground colors. To get a better display of xml (and html) files the xmq program has been added.

Improved completion mechanism and handling of csv files

18 Mar 11:49
Compare
Choose a tag to compare

The completion mechanism in bash and zsh now works for file names containing special characters and names starting with ~/. The csv display has been reworked and a csvtable program has been created (see https://github.com/wofr06/csvtable).

Change output for csv files and minor fixes

13 Dec 09:21
Compare
Choose a tag to compare
v2.11

make test suite happy

V2.10 Fixes column -o issue for MacOSX

05 Oct 10:05
Compare
Choose a tag to compare

Quick fix for BSD like operating systems with a different implementation of column.

V2.09 with support for plain zlib files and changed csv display

03 Oct 14:27
Compare
Choose a tag to compare

The preferred display of csv files is now by the program column. Jsx and tsx files are now recognized by the file suffix. They were sometimes wrongly classified as html. Other minor changes have been done.

V2.08 with color fixes and support for device tree blobs

26 Jun 13:43
Compare
Choose a tag to compare

V2.07 with changed bat/batcat defaults, better json support

10 Jan 12:16
Compare
Choose a tag to compare

When bat/batcat is used to colorize the output, the style is now set to plain and the theme to ansi . This is a compromise for dark and light terminal backgrounds and more resembles the output without that filter. Changing the style and theme can be done in the bat config file, using the BAT_THEME and BAT_STYLE environment variables or be given as an option in the LESSCOLORIZER variable as described in the man page.