Update.
[selector.git] / selector.1
index 75c5384..4563c0c 100644 (file)
@@ -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 <francois@fleuret.org>
 \" and is distributed under a Creative Commons Attribution-Share Alike
@@ -45,6 +45,10 @@ The selector command comes with a shell script for bash. If you add
 in your \fB~/.bashrc\fR, it will remap M-r to the smart history search,
 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"
 
 Keys corresponding to ASCII codes between " " and "~" add a character
@@ -163,18 +167,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"