X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=selector.1;h=c90fdbf331e1d67ae4104a3d3cb348f9b6f94b1e;hb=9a94a953917f0ae9eeacecdde79f7b3ac6dbf5e5;hp=f7dae0540c5853d4013ab6dbc5dde3cdfa94ff0d;hpb=c1c07740746a89ae3fdfe4654223d6445a9a0a08;p=selector.git diff --git a/selector.1 b/selector.1 index f7dae05..c90fdbf 100644 --- a/selector.1 +++ b/selector.1 @@ -1,4 +1,4 @@ -.TH "SELECTOR" "1.1.7" "July 2012" "Francois Fleuret" "User Commands" +.TH "SELECTOR" "1.1.7" "February 2013" "Francois Fleuret" "User Commands" \" This man page was written by Francois Fleuret \" and is distributed under a Creative Commons Attribution-Share Alike @@ -37,14 +37,17 @@ can not be used as one of the input files. The selector command comes with a shell script for bash. If you add -.RS -.EX -source bash-selector.sh --hist --cd -.EE -.RE +.P +.nf +.B source bash-selector.sh --hist --cd +.fi 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. +and redefine \fBcd\fR so that M-c provides a smart cd history. + +This script relies on readline being configured with the default +emacs-style key bindings. You may have to hack a bit if you want to +use it with the vi-style mode. .SH "KEY BINDINGS" @@ -99,7 +102,7 @@ start in case-sensitive mode print a long-line indicator at the end of truncated lines .TP \fB-y\fR, \fB--show-hits\fR -highlight the part(s) of each line which match the substrings or regexp +highlight the part(s) of each line which match(es) the substrings or regexp .TP \fB-u\fR, \fB--upper-case-makes-case-sensitive\fR using an upper case in the matching string makes the matching @@ -152,28 +155,24 @@ specify the maximum number of lines to take into account To use selector to search into your bash history -.RS -.EX -selector -q --bash <(history) -.EE -.RE +.P +.nf +.B selector -q --bash <(history) +.fi To show a list of directories and insert a cd command to the selected one -.RS -.EX -selector -v -x \(dq\\n\(dq <(find . -type d | awk \(aq{ print $0\(dq\\ncd \(dq$0 }\(aq) -.EE -.RE +.P +.nf +.B selector -v -x \(dq\\n\(dq <(find . -type d | awk \(aq{ print $0\(dq\\ncd \(dq$0 }\(aq) +.fi To select a line in a long text and write the line number in /tmp/nb -.RS -.EX -selector -o /tmp/nb -x \(dq\\n\(dq <(awk < something.txt \(aq{ print $0\(dq\\n\(dqNR }\(aq) -.EE -.RE +.P +.nf +.B selector -o /tmp/nb -x \(dq\\n\(dq <(awk < something.txt \(aq{ print $0\(dq\\n\(dqNR }\(aq) .SH "BUGS"