diff options
author | hut <hut@lepus.uberspace.de> | 2014-12-05 16:40:42 +0100 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2014-12-05 16:40:42 +0100 |
commit | c82a8a76989c87381a4e7a676f93ad4bf701c58b (patch) | |
tree | 78e41853574af9e5fcfa8fed2df8357b355d5f9b /doc | |
parent | 5b6901f8067d783fd3e91efe32553339b4746c52 (diff) | |
parent | f9b4e8c0a31d38fb48ee0e61e17a9534f00fdd82 (diff) | |
download | ranger-c82a8a76989c87381a4e7a676f93ad4bf701c58b.tar.gz |
Merge branch 'filter_by_filetype' of https://github.com/tex/ranger
Conflicts: ranger/config/commands.py
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index c556c63c..211aea11 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -830,6 +830,7 @@ ranger. For your convenience, this is a list of the "public" commands including edit [filename] eval [-q] python_code filter [string] + filter_inode_type [dfl] find pattern flat level grep pattern @@ -990,6 +991,13 @@ this command without any parameter will reset the fitler. This command is based on the I<scout> command and supports all of its options. +=item filter_inode_type [dfl] + +Displays only the files of specified inode type. To display only directories, +use the 'd' parameter. To display only files, use the 'f' parameter. To display +only links, use the 'l' parameter. Parameters can be combined. To remove this +filter, use no parameter. + =item find I<pattern> Search files in the current directory that contain the given (case-insensitive) |