summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2012-02-12 17:21:47 +0100
committerhut <hut@lavabit.com>2012-02-12 17:21:47 +0100
commit824104ae627f276eee8ec88522c873a6b76c5ecc (patch)
tree9d6e9ef4fe9607d046194c23d610c88bc2135911 /doc/ranger.pod
parentac6df7b5e5b60b789d9262a92942a72c6192a265 (diff)
downloadranger-824104ae627f276eee8ec88522c873a6b76c5ecc.tar.gz
ranger.1: Added entry for --list-tagged-files
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index 0799f35d..926a8de0 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -83,6 +83,11 @@ List common keys which are not bound to any action in the "browser" context.
 This list is not complete, you can bind any key that is supported by curses:
 use the key code returned by C<getch()>.
 
+=item B<--list-tagged-files>=I<tag>
+
+List all files which are tagged with the given tag.  Note: Tags are single
+characters.  The default tag is "*"
+
 =item B<--fail-unless-cd>
 
 Return the exit code 1 if ranger is used to run a file instead of used for file
='#n142'>142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187