diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2018-08-19 21:40:13 +0200 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2018-08-19 21:40:13 +0200 |
commit | 7d2e57b7a693dd7e8dfc00cb1e52116108b60e9a (patch) | |
tree | 3fc779e1eb590553c92a5a3aff1fd333883820f4 /doc | |
parent | 712ec67e1426fe601e99c63ac078d215378299c7 (diff) | |
download | ranger-7d2e57b7a693dd7e8dfc00cb1e52116108b60e9a.tar.gz |
Add an explicit "AND" filter combinator
Closes #1268.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 4 | ||||
-rw-r--r-- | doc/ranger.pod | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 8423d068..060686b8 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -672,6 +672,10 @@ Apply the typefilter \*(L"symlink\*(R". .IP ".|" 14 Combine the two topmost filters from the filter stack in the \*(L"\s-1OR\*(R"\s0 relationship, instead of the \*(L"\s-1AND\*(R"\s0 used implicitly. +.IP ".&" 14 +Explicitly combine the two topmost filters in the \*(L"\s-1AND\*(R"\s0 +relationship. Usually not needed though might be useful in more +complicated scenarios. .IP ".!" 14 Negate the topmost filter. .IP ".r" 14 diff --git a/doc/ranger.pod b/doc/ranger.pod index 6e7075a7..48e6a41e 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -641,6 +641,12 @@ Apply the typefilter "symlink". Combine the two topmost filters from the filter stack in the "OR" relationship, instead of the "AND" used implicitly. +=item .& + +Explicitly combine the two topmost filters in the "AND" +relationship. Usually not needed though might be useful in more +complicated scenarios. + =item .! Negate the topmost filter. |