X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=blobdiff_plain;f=mkdeb.sh;h=291c6774c13d0b9d5a3e7367d059ecf045e0fc61;hp=55ef95efb435ae47aa013d52316dabe60d6dd0a2;hb=287c4f215525607851ea65c0c5887cabac16b43f;hpb=0b612866f322be462e80586db5bd4bce6d4fefe9 diff --git a/mkdeb.sh b/mkdeb.sh index 55ef95e..291c677 100755 --- a/mkdeb.sh +++ b/mkdeb.sh @@ -1,8 +1,8 @@ #!/bin/bash # -# selector is a simple shell command for selection of strings with a -# dynamic pattern-matching. +# selector is a simple command line utility for selection of strings +# with a dynamic pattern-matching. # # Copyright (c) 2009 Francois Fleuret # Written by Francois Fleuret @@ -47,11 +47,11 @@ Version: ${VERSION} Maintainer: Francois Fleuret Architecture: i386 Depends: ${LIB_DEPENDS} -Description: A command line for dynamic string-matching - This is a command line for dynamic string selection. As you type a - list of substrings separated by ';', or a regexp, the display is - updated in real time to show only the matching lines. The main usage - of selector is as an efficient search in the shell command +Description: A command line utility for dynamic string-matching + This is a command line utility for dynamic string selection. As you + type a list of substrings separated by ';', or a regexp, the display + is updated in real time to show only the matching lines. 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 tty input buffer, hence allowing the user to edit the line and execute it as a standard command.