From 8b0d331c335d51f61c1a56b98e05f91bd53a1441 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Mon, 16 Mar 2009 22:20:36 +0100 Subject: [PATCH 1/1] Changed the documentation of the debian package. --- mkdeb.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdeb.sh b/mkdeb.sh index fa3a029..04baa3a 100755 --- a/mkdeb.sh +++ b/mkdeb.sh @@ -27,7 +27,7 @@ # Depends: ${shlibs:Depends} -VERSION=1.0 +VERSION=1.0-R`git log|grep ^commit|wc -l` PACKAGE=/tmp/selector_${VERSION}_i386.deb make -k @@ -49,8 +49,8 @@ Architecture: i386 Depends: libncurses5, libstdc++6, libc6, libgcc1 Description: A command line for dynamic string-matching. This is a command line for dynamic string selection. As you type a - list of strings separated by ';', the display is updated in real time - to show only the lines containing all the said strings. The main + list of strings separated by ';' or a regexp, the display is updated + in real time to show only the lines with matching content. The main usage of selector is as an efficient search in the shell command history. With the correct option, it will inject the selected line into the virtual tty input buffer, hence allowing the user to edit -- 2.20.1