From: Francois Fleuret Date: Thu, 9 Apr 2009 06:32:35 +0000 (+0200) Subject: Cosmetics. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=commitdiff_plain;h=eb0bcc7307113eebb99523b825a06b39407c39b6 Cosmetics. --- diff --git a/selector.1 b/selector.1 index 12c6e06..4beb92c 100644 --- a/selector.1 +++ b/selector.1 @@ -19,10 +19,12 @@ command history. With the correct option, it will inject the selected line into the virtual tty input buffer, hence allowing the user to edit the line and execute it as a standard command. +Selector is also a good tool to test regexp quickly. + Keys corresponding to ASCII codes between ' ' and '~' add a character -to the pattern string. The Backspace key, ^H and ^? delete a character -on the left of cursor, while Delete key and ^D delete a character on -the right of the cursor. +to the pattern string. The Backspace key, ^H and ^? delete the +character on the left of the cursor, while Delete key and ^D delete +the character at cursor location. The Up and Down cursor keys move the selected line accordingly, and PageUp and PageDown move by ten lines. The Home and End key move to @@ -71,11 +73,12 @@ specify the file to search into To use selector to search into your bash history, you can use -.B selector -d -i -b -v -f <(history) +.B selector -d -i -b -v <(history) .SH "BUGS" -Probably many. +Modeline display problems if the pattern is too long. Probably many +others. .SH "AUTHOR" .PP