diff options
author | hut <hut@lavabit.com> | 2011-10-02 17:46:35 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-10-02 17:46:35 +0200 |
commit | df6ceefe462d2e8927a507731e158fa0117d26f3 (patch) | |
tree | ef52491e99e8a5f4f4efffa4cb635de24bcdf11d | |
parent | 25e47de2051c5be62604d93cc1d27965263a8294 (diff) | |
download | ranger-df6ceefe462d2e8927a507731e158fa0117d26f3.tar.gz |
manpage: document --choosedir and --choosefile
-rw-r--r-- | doc/ranger.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 5b9d9df8..2b70cb18 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -33,6 +33,15 @@ Activate the clean mode: Ranger will not access or create any configuration files nor will it leave any traces on your system. This is useful when your configuration is broken, when you want to avoid clutter, etc. .TP +--choosefile=\fItargetfile\fR +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 +\fItargetfile\fR +.TP +--choosedir=\fItargetfile\fR +Allows you to pick a directory with ranger. When you exit ranger, it will +write the last visited directory into \fItargetfile\fR +.TP --copy-config=\fIwhich\fR Create copies of the default configuration files in your local configuration directory. Existing ones will not be overwritten. Possible values: |