diff options
author | Milan Svoboda <msvoboda@ra.rockwell.com> | 2014-11-25 21:43:18 +0100 |
---|---|---|
committer | Milan Svoboda <msvoboda@ra.rockwell.com> | 2014-11-25 21:43:18 +0100 |
commit | f9b4e8c0a31d38fb48ee0e61e17a9534f00fdd82 (patch) | |
tree | 1b0b5c6f86efdae9e0316458067ff93d84d8e4e1 /doc/ranger.pod | |
parent | 5c97716aa0e260ec2b0cd6cffee1ea74fd9ff8f8 (diff) | |
download | ranger-f9b4e8c0a31d38fb48ee0e61e17a9534f00fdd82.tar.gz |
implement filter_inode_type
Diffstat (limited to 'doc/ranger.pod')
-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 370bbb85..d6a6a5b0 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -817,6 +817,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 grep pattern load_copy_buffer @@ -955,6 +956,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) |