X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=selector.1;h=c90fdbf331e1d67ae4104a3d3cb348f9b6f94b1e;hb=1aa565009ad61685f500171528b22a1c4c07b40e;hp=df00a700c9c95822a92cf264adea4aee4032d4f8;hpb=a23a5c1fb2dad7e1f08877e775d7c2589b1b556c;p=selector.git diff --git a/selector.1 b/selector.1 index df00a70..c90fdbf 100644 --- a/selector.1 +++ b/selector.1 @@ -102,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 @@ -157,9 +157,7 @@ To use selector to search into your bash history .P .nf -.B - -selector -q --bash <(history) +.B selector -q --bash <(history) .fi To show a list of directories and insert a cd command to the selected @@ -167,18 +165,14 @@ one .P .nf -.B - -selector -v -x \(dq\\n\(dq <(find . -type d | awk \(aq{ print $0\(dq\\ncd \(dq$0 }\(aq) +.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 .P .nf -.B - -selector -o /tmp/nb -x \(dq\\n\(dq <(awk < something.txt \(aq{ print $0\(dq\\n\(dqNR }\(aq) +.B selector -o /tmp/nb -x \(dq\\n\(dq <(awk < something.txt \(aq{ print $0\(dq\\n\(dqNR }\(aq) .SH "BUGS"