summary refs log tree commit diff stats
path: root/doc/ranger.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ranger.1')
-rw-r--r--doc/ranger.19
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:
'>105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145