summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-21 11:28:42 +0200
committerhut <hut@lavabit.com>2011-10-21 11:28:42 +0200
commit19bf3029b53b7d879f7d93d929b1e82449743ffe (patch)
tree49b44d0d969f2086b7f359e4381f2158f9644fbe /doc
parent5f67653b6ae232f7475049136421df0d016d283c (diff)
downloadranger-19bf3029b53b7d879f7d93d929b1e82449743ffe.tar.gz
core.actions: added --choosefiles option + doc
Diffstat (limited to 'doc')
-rw-r--r--doc/ranger.19
-rw-r--r--doc/ranger.pod8
2 files changed, 14 insertions, 3 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index da98f718..58d51050 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -124,7 +124,7 @@
 .\" ========================================================================
 .\"
 .IX Title "RANGER 1"
-.TH RANGER 1 "ranger-1.5.0" "10/11/2011" "ranger manual"
+.TH RANGER 1 "ranger-1.5.0" "10/21/2011" "ranger manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -167,8 +167,13 @@ configuration is broken, when you want to avoid clutter, etc.
 .IP "\fB\-\-choosefile\fR=\fItargetfile\fR" 14
 .IX Item "--choosefile=targetfile"
 Allows you to pick a file with ranger.  This changes the behavior so that when
-you open a file, ranger will exit and write the name of that file into
+you open a file, ranger will exit and write the absolute path of that file into
 \&\fItargetfile\fR.
+.IP "\fB\-\-choosefiles\fR=\fItargetfile\fR" 14
+.IX Item "--choosefiles=targetfile"
+Allows you to pick multiple files with ranger.  This changes the behavior so
+that when you open a file, ranger will exit and write the absolute paths of all
+selected files into \fItargetfile\fR, adding one newline after each filename.
 .IP "\fB\-\-choosedir\fR=\fItargetfile\fR" 14
 .IX Item "--choosedir=targetfile"
 Allows you to pick a directory with ranger.  When you exit ranger, it will
diff --git a/doc/ranger.pod b/doc/ranger.pod
index ec272de1..069b9de1 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -53,9 +53,15 @@ configuration is broken, when you want to avoid clutter, etc.
 =item B<--choosefile>=I<targetfile>
 
 Allows you to pick a file with ranger.  This changes the behavior so that when
-you open a file, ranger will exit and write the name of that file into
+you open a file, ranger will exit and write the absolute path of that file into
 I<targetfile>.
 
+=item B<--choosefiles>=I<targetfile>
+
+Allows you to pick multiple files with ranger.  This changes the behavior so
+that when you open a file, ranger will exit and write the absolute paths of all
+selected files into I<targetfile>, adding one newline after each filename.
+
 =item B<--choosedir>=I<targetfile>
 
 Allows you to pick a directory with ranger.  When you exit ranger, it will