summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2018-07-15 23:01:47 +0200
committerWojciech Siewierski <wojciech.siewierski@onet.pl>2018-07-15 23:13:02 +0200
commit4d66aff45c036d085d09cdcfb03c3f51e1641b19 (patch)
tree781fb39ceb348d91aa30f2a74456f612e934cb57 /doc/ranger.pod
parentbf3456ef4e3744725b198a8540ffa8b9620fb58c (diff)
downloadranger-4d66aff45c036d085d09cdcfb03c3f51e1641b19.tar.gz
Add the filter stack docs
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod41
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index fcee60aa..6d7d5a00 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -620,6 +620,47 @@ A key chain that allows you to quickly change the line mode of all the files of
 the current directory.  For a more permanent solution, use the command
 "default_linemode" in your rc.conf.
 
+=item .n
+
+Apply a new filename filter.
+
+=item .d
+
+Apply the typefilter "directory".
+
+=item .f
+
+Apply the typefilter "file".
+
+=item .l
+
+Apply the typefilter "symlink".
+
+=item .|
+
+Combine te two topmost filters from the filter stack in the "OR"
+relationship, instead of the "AND" used implicitly.
+
+=item .!
+
+Negate the topmost filter.
+
+=item .c
+
+Clear the filter stack.
+
+=item .*
+
+Decompose the topmost filter combinator (e.g. C<.!>, C<.|>).
+
+=item .p
+
+Pop the topmost filter from the filter stack.
+
+=item ..
+
+Show the current filter stack state.
+
 =back
 
 =head2 READLINE-LIKE BINDINGS IN THE CONSOLE