From 6df3188b7e156aaecea55a82976ed57e4f4b5401 Mon Sep 17 00:00:00 2001 From: wf Date: Mon, 18 Mar 2024 12:38:44 +0100 Subject: [PATCH] prep for version 2.12 --- ChangeLog | 3 +++ README.md | 2 +- lesscomplete | 2 +- lesspipe.1 | 4 ++-- lesspipe.sh | 2 +- packaging/lesspipe.spec | 4 +++- vimcolor | 2 +- 7 files changed, 12 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9f7e1f8..7370ed6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ **************************************************************************** # ChangeLog for lesspipe.sh # **************************************************************************** +Version 2.12 Mar 18 2024 +- improve completion for file names with special chars +- better output when using xlscat - respect bat options from LESSCOLORIZER - propagate lesspipe changes to lesscomplete - don't use antiword any longer, outdated diff --git a/README.md b/README.md index 2729b89..ea17b6f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # lesspipe.sh, a preprocessor for less -Version: 2.11 +Version: 2.12 Author : Wolfgang Friebel [wp.friebel@gmail.com](mailto://wp.friebel@gmail.com) License: GPL diff --git a/lesscomplete b/lesscomplete index e5b0b3f..34ecd0a 100755 --- a/lesscomplete +++ b/lesscomplete @@ -1,6 +1,6 @@ #!/usr/bin/env bash # lesscomplete, a helper script for the _less completion script -# synced with lesspipe 2.11 +# synced with lesspipe 2.12 # Author: Wolfgang Friebel (wp.friebel AT gmail.com) #( [[ -n 1 && -n 2 ]] ) > /dev/null 2>&1 || exec zsh -y --ksh-arrays -- "$0" ${1+"$@"} diff --git a/lesspipe.1 b/lesspipe.1 index 5b9c347..8114a9e 100644 --- a/lesspipe.1 +++ b/lesspipe.1 @@ -1,4 +1,4 @@ -.TH LESSPIPE.SH "1" "June 2023" "lesspipe.sh" "User Commands" +.TH LESSPIPE.SH "1" "March 2024" "lesspipe.sh" "User Commands" .SH NAME lesspipe.sh \- a filter for less .SH SYNOPSIS @@ -215,7 +215,7 @@ Wolfgang Friebel .SH "REPORTING BUGS" Report bugs to . .SH COPYRIGHT -Copyright \(co 2005-2023 Wolfgang Friebel +Copyright \(co 2005-2024 Wolfgang Friebel .br This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/lesspipe.sh b/lesspipe.sh index 6e3235d..cf40f91 100755 --- a/lesspipe.sh +++ b/lesspipe.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # lesspipe.sh, a preprocessor for less -lesspipe_version=2.11 +lesspipe_version=2.12 # Author: Wolfgang Friebel (wp.friebel AT gmail.com) #( [[ -n 1 && -n 2 ]] ) > /dev/null 2>&1 || exec zsh -y --ksh-arrays -- "$0" ${1+"$@"} diff --git a/packaging/lesspipe.spec b/packaging/lesspipe.spec index 74a0e16..5004593 100644 --- a/packaging/lesspipe.spec +++ b/packaging/lesspipe.spec @@ -1,5 +1,5 @@ %define packagename lesspipe -%define packageversion 2.11 +%define packageversion 2.12 %define packagerelease 1 Name: %{packagename} @@ -89,6 +89,8 @@ cd $RPM_BUILD_DIR %docdir %{prefix}/share/man/man1 %changelog +* Mon Mar 18 2024 2.12-1 - wp.friebel@gmail.com +- improved completion mechanism * 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 diff --git a/vimcolor b/vimcolor index 700acbb..c0e10dd 100755 --- a/vimcolor +++ b/vimcolor @@ -7,7 +7,7 @@ # # This software is copyright (c) 2011 by Randy Stauner. # -# This software is copyright (c) 2021-2023 by Wolfgang Friebel. +# This software is copyright (c) 2021-2024 by Wolfgang Friebel. # # This is free software; you can redistribute it and/or modify it under # the same terms as the Perl 5 programming language system itself.