X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=blobdiff_plain;f=selector.1;h=44bd32a54e92ef4406640b4afa4b654c4cedaf5b;hp=bc83e454e9af0286bd19e702ce8d071ad95c758f;hb=a5951faf47e3adcecd2c4dbb621616cca7d4f02b;hpb=cd2588f04d4d909d5108ba705fcba0337d89ac9c diff --git a/selector.1 b/selector.1 index bc83e45..44bd32a 100644 --- a/selector.1 +++ b/selector.1 @@ -1,4 +1,4 @@ -.TH "SELECTOR" "1.1.4" "June 2011" "Francois Fleuret" "User Commands" +.TH "SELECTOR" "1.1.5" "November 2011" "Francois Fleuret" "User Commands" \" This man page was written by Francois Fleuret \" and is distributed under a Creative Commons Attribution-Share Alike @@ -35,6 +35,15 @@ character will be returned. Note that because this is an interactive command, the standard input can not be used as one of the input files. +.SH "USING SELECTOR IN BASH" + +The selector command comes with a shell script for bash. If you add + +.B source bash-selector.sh --hist --cd + +in your \fB~/.bashrc\fR, it will remap M-r to the smart history search, +and redefine cd so that M-c provides a smart cd history. + .SH "KEY BINDINGS" Keys corresponding to ASCII codes between " " and "~" add a character @@ -88,10 +97,6 @@ start in case sensitive mode using an upper case in the matching string makes the matching case-sensitive .TP -\fB-n\fR, \fB--exclamation-negates\fR -substrings starting with an exclamation mark must be absent for a line -to match -.TP \fB-q\fR, \fB--no-beep\fR make a flash instead of a beep when there is an edition error .TP @@ -148,26 +153,6 @@ file contains ^A) .B selector -v -x ^A <(awk < something.txt \(aq{ print $0\(dq^A\(dqNR }\(aq) -.SH "KEYBINDING IN BASH" - -You can associate selector to a single key in bash by using the -command 'bind' in your bash initialization file. For instance, to -associate it to M-r (that is, the "Alt" and "r" key pressed together), -just add something like - -bind \(aq\(dq\\C-[r\(dq:\(dq\\C-a\\C-kselector --bash <(history)\\C-m\(dq\(aq - -in your -.IR ~/.bashrc . - -This binding uses the control character ^A to put the cursor to the -mostleft location and ^K to erase the current content of the readline -buffer, and it simulates the enter key with ^M. - -Note that depending on the configuration of your system, the sequence -associated to the M-r key, which is here "C-[r", may differ. To figure -it out, simply press C-q followed by M-r in the console. - .SH "BUGS" There are modeline display problems if the pattern is too long. This