diff options
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index 8ac18911..7ab59460 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -726,6 +726,7 @@ ranger. For your convenience, this is a list of the "public" commands including load_copy_buffer map key command mark pattern + mark_tag [tags] mkdir dirname open_with [application] [flags] [mode] pmap key command @@ -746,6 +747,7 @@ ranger. For your convenience, this is a list of the "public" commands including tunmap keys... unmap keys... unmark pattern + unmark_tag [tags] There are additional commands which are directly translated to python functions, one for every method in the ranger.core.actions.Actions class. @@ -886,6 +888,11 @@ not in the console, task view or pager. To bind keys there, use the commands Mark all files matching the regular expression pattern. +=item mark_tag [I<tags>] + +Mark all tags that are tagged with either of the given tags. When leaving out +the tag argument, all tagged files are marked. + =item mkdir I<dirname> Creates a directory with the name I<dirname>. @@ -989,6 +996,11 @@ in the console, taskview, or pager use "cunmap", "tunmap" or "punmap". Unmark all files matching a regular expression pattern. +=item unmark_tag [I<tags>] + +Unmark all tags that are tagged with either of the given tags. When leaving +out the tag argument, all tagged files are unmarked. + =back |