diff options
author | hut <hut@lavabit.com> | 2011-10-21 11:28:42 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-10-21 11:28:42 +0200 |
commit | 19bf3029b53b7d879f7d93d929b1e82449743ffe (patch) | |
tree | 49b44d0d969f2086b7f359e4381f2158f9644fbe /doc/ranger.pod | |
parent | 5f67653b6ae232f7475049136421df0d016d283c (diff) | |
download | ranger-19bf3029b53b7d879f7d93d929b1e82449743ffe.tar.gz |
core.actions: added --choosefiles option + doc
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 |