Skip to content

Commit

Permalink
prep for version 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wofr06 committed Dec 13, 2023
1 parent eeff30b commit 9985bc4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
****************************************************************************
# ChangeLog for lesspipe.sh #
****************************************************************************
Version 2.11 Dec 13 2023
- fix output of archive listings when no coloring is requested
- column does not accept std input
- fix html output with html2text
- correct location of bash completion directory
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lesspipe.sh, a preprocessor for less

Version: 2.10
Version: 2.11
Author : Wolfgang Friebel [wp.friebel@gmail.com](mailto://wp.friebel@gmail.com)
License: GPL

Expand Down
2 changes: 1 addition & 1 deletion lesspipe.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# lesspipe.sh, a preprocessor for less
lesspipe_version=2.10
lesspipe_version=2.11
# Author: Wolfgang Friebel (wp.friebel AT gmail.com)
#( [[ -n 1 && -n 2 ]] ) > /dev/null 2>&1 || exec zsh -y --ksh-arrays -- "$0" ${1+"$@"}

Expand Down
4 changes: 3 additions & 1 deletion packaging/lesspipe.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define packagename lesspipe
%define packageversion 2.07
%define packageversion 2.11
%define packagerelease 1

Name: %{packagename}
Expand Down Expand Up @@ -89,6 +89,8 @@ cd $RPM_BUILD_DIR
%docdir %{prefix}/share/man/man1

%changelog
* Wed Dec 13 2023 2.11-1 - wp.friebel@gmail.com
- changed output for csv files
* Tue Oct 05 2023 2.10-1 - wp.friebel@gmail.com
- added zlib support, recognize jsx and tsx, view csv files using column
* Mon Jun 26 2023 2.08-1 - wp.friebel@gmail.com
Expand Down
3 changes: 2 additions & 1 deletion test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ sub usage {
$ENV{LESSQUIET} =1;
$ENV{LESSCOLORIZER} = 'vimcolor';
$ENV{LANG} = 'en_US.UTF-8';
$ENV{TZ} = '';
(my $dir = $0) =~ s|/[^/]*$|:|;
$ENV{PATH} = $dir . $ENV{PATH};

Expand Down Expand Up @@ -445,7 +446,7 @@ sub comp {
LESS= less $T/tests/a-r-R.pl # name contains -r or -R git #78
= sub test {}
less $T/tests/test_zip:non-existent-file # nonexisting file in a zip archive git #1
~
~
LESS= less tests/dir.zip # do not colorize listing git #140
= drwxrwxr-x 0 1000 1000 0 Dez 12 20:56 dir/
less $T/tests/test\ \;\'\"\[\(\{ok # file name with chars such as ", ' ...
Expand Down

0 comments on commit 9985bc4

Please sign in to comment.