Cosmetics.
authorFrancois Fleuret <francois@fleuret.org>
Thu, 9 Apr 2009 06:32:35 +0000 (08:32 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Thu, 9 Apr 2009 06:32:35 +0000 (08:32 +0200)
selector.1

index 12c6e06..4beb92c 100644 (file)
@@ -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