X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=selector.1;h=7953edd1e8c3d3b238e20de25d07baa20e470a86;hb=5094b71a7b9ac1bfcc56802e6dc7c6eeaa5f2b60;hp=7df18a4ec77539ecb8d40d743da36a165d7a2972;hpb=7f95fc26e0bd712cb2f7d3973eed38f6d5038cff;p=selector.git diff --git a/selector.1 b/selector.1 index 7df18a4..7953edd 100644 --- a/selector.1 +++ b/selector.1 @@ -16,7 +16,10 @@ 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 regexps. +Selector is also a good tool to test regexps, or a way to display +menus. The -x option allows to specify a label delimiter: Only the +part of each line before that character will appear during the +selection, but the full line will be returned. .SH "KEYS" .PP @@ -46,7 +49,7 @@ display help and exits .IP "\fB-m\fP" 10 force the monochrome mode .IP "\fB-i\fP" 10 -inverse the order of the lines +invert the order of the lines .IP "\fB-b\fP" 10 remove the numeric prefix from bash history .IP "\fB-z\fP" 10 @@ -67,20 +70,24 @@ add a title in the modeline select the modeline and highlight color numbers .IP "\fB-v\fP" 10 inject the selected line into the tty input buffer +.IP "\fB-w\fP" 10 +add ^Q between characters during tty injection to quote control characters .IP "\fB-o \fP" 10 write the selected line into the specified file .IP "\fB-s \fP" 10 specify the symbol to separate the substrings in the search pattern +.IP "\fB-x