-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# lesspipe.sh, a preprocessor for less | ||
|
||
Version: 2.13 | ||
Version: 2.14 | ||
Author : Wolfgang Friebel [[email protected]](mailto://[email protected]) | ||
License: GPL | ||
|
||
|
@@ -193,7 +193,7 @@ the author by email. | |
- zstd requires `zstd` | ||
- brotli requires `bro` | ||
- lz4 requires `lz4` | ||
- tar requires optionally `archive_color` for coloring | ||
- tar requires optionally `archive_color` for colorizing | ||
- ar library requires `bsdtar` or `ar` | ||
- zip archive requires `bsdtar` or `unzip` | ||
- jar archive requires `bsdtar` or `unzip` | ||
|
@@ -284,10 +284,10 @@ original html file contents, two colons are required in this case. | |
``` | ||
#### 5.1.1 Syntax highlighting choices | ||
The filter is able to do syntax highlighting for a wide variety of file | ||
types. If installed, `nvimpager` is used for coloring the output. If | ||
types. If installed, `nvimpager` is used for colorizing the output. If | ||
not, `bat`/`batcat`, `pygmentize`, `source-highlight`, `code2color` | ||
and `vimcolor` are | ||
tried. Among these colorizers a preferred one can be forced for coloring | ||
tried. Among these colorizers a preferred one can be forced for colorizing | ||
by setting the ENV variable **LESSCOLORIZER** to the name of the colorizer. | ||
For `pygmentize` and `bat/batcat` a restricted set of options can be added: | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
%define packagename lesspipe | ||
%define packageversion 2.13 | ||
%define packageversion 2.14 | ||
%define packagerelease 1 | ||
|
||
Name: %{packagename} | ||
|
@@ -89,6 +89,8 @@ cd $RPM_BUILD_DIR | |
%docdir %{prefix}/share/man/man1 | ||
|
||
%changelog | ||
* Fri Aug 16 2024 2.14-1 - [email protected] | ||
- prefer nvimpager for coloring if installed | ||
* Fri May 10 2024 2.13-1 - [email protected] | ||
- support appimage and snap files | ||
* Mon Mar 18 2024 2.12-1 - [email protected] | ||
|