diff options
author | David Pugnasse <david.pugnasse@gmail.com> | 2011-10-24 00:58:33 +0200 |
---|---|---|
committer | David Pugnasse <david.pugnasse@gmail.com> | 2011-10-24 00:58:33 +0200 |
commit | 8a2d5352480629aeb7a983ea4ddadf7005223907 (patch) | |
tree | 4e9ccac02a816a8cab335f8c1b1d86924676865c /doc | |
parent | 989013dcb7fcd9ff5d03608283acd8da27ca3238 (diff) | |
download | ranger-8a2d5352480629aeb7a983ea4ddadf7005223907.tar.gz |
core.main: added --selectfile option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 3 | ||||
-rw-r--r-- | doc/ranger.pod | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index e9f00501..c1a5b381 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -178,6 +178,9 @@ selected files into \fItargetfile\fR, adding one newline after each filename. .IX Item "--choosedir=targetfile" Allows you to pick a directory with ranger. When you exit ranger, it will write the last visited directory into \fItargetfile\fR. +.IP "\fB\-\-selectfile\fR=\fItargetfile\fR" 14 +.IX Item "--selectfile=targetfile" +Open ranger with \fItargetfile\fR selected. .IP "\fB\-\-copy\-config\fR=\fIfile\fR" 14 .IX Item "--copy-config=file" Create copies of the default configuration files in your local configuration diff --git a/doc/ranger.pod b/doc/ranger.pod index 069b9de1..8943b476 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -67,6 +67,10 @@ selected files into I<targetfile>, adding one newline after each filename. Allows you to pick a directory with ranger. When you exit ranger, it will write the last visited directory into I<targetfile>. +=item B<--selectfile>=I<targetfile> + +Open ranger with I<targetfile> selected. + =item B<--copy-config>=I<file> Create copies of the default configuration files in your local configuration |