diff options
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 8 |
1 files changed, 7 insertions, 1 deletions
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 |