diff options
author | hut <hut@lavabit.com> | 2012-02-12 17:21:47 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2012-02-12 17:21:47 +0100 |
commit | 824104ae627f276eee8ec88522c873a6b76c5ecc (patch) | |
tree | 9d6e9ef4fe9607d046194c23d610c88bc2135911 | |
parent | ac6df7b5e5b60b789d9262a92942a72c6192a265 (diff) | |
download | ranger-824104ae627f276eee8ec88522c873a6b76c5ecc.tar.gz |
ranger.1: Added entry for --list-tagged-files
-rw-r--r-- | doc/ranger.1 | 4 | ||||
-rw-r--r-- | doc/ranger.pod | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index e58008e0..60731bbc 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -191,6 +191,10 @@ directory. Existing ones will not be overwritten. Possible values: \fIall\fR, List common keys which are not bound to any action in the \*(L"browser\*(R" context. This list is not complete, you can bind any key that is supported by curses: use the key code returned by \f(CW\*(C`getch()\*(C'\fR. +.IP "\fB\-\-list\-tagged\-files\fR=\fItag\fR" 14 +.IX Item "--list-tagged-files=tag" +List all files which are tagged with the given tag. Note: Tags are single +characters. The default tag is \*(L"*\*(R" .IP "\fB\-\-fail\-unless\-cd\fR" 14 .IX Item "--fail-unless-cd" Return the exit code 1 if ranger is used to run a file instead of used for file 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 |