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
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