summary refs log tree commit diff stats
path: root/doc/ranger.1
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2014-12-05 18:00:14 +0100
committerhut <hut@lepus.uberspace.de>2014-12-05 18:00:14 +0100
commitd0d0a95572528050b9d12759ef468ae4b4155e16 (patch)
treee371cb9feb85b74a7f21aed02349701e97e31881 /doc/ranger.1
parent5dd289113e8f5d02f9ac83acc116bb870d17c079 (diff)
downloadranger-d0d0a95572528050b9d12759ef468ae4b4155e16.tar.gz
recompile manpage, to include :flat and :filter_by_inode
Diffstat (limited to 'doc/ranger.1')
-rw-r--r--doc/ranger.113
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index 27de2aa9..dcbca8ce 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -813,7 +813,9 @@ ranger.  For your convenience, this is a list of the \*(L"public\*(R" commands i
 \& edit [filename]
 \& eval [\-q] python_code
 \& filter [string]
+\& filter_inode_type [dfl]
 \& find pattern
+\& flat level
 \& grep pattern
 \& linemode linemodename
 \& load_copy_buffer
@@ -953,6 +955,12 @@ Displays only the files which contain the \fIstring\fR in their basename.  Runni
 this command without any parameter will reset the fitler.
 .Sp
 This command is based on the \fIscout\fR command and supports all of its options.
+.IP "filter_inode_type [dfl]" 2
+.IX 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.
 .IP "find \fIpattern\fR" 2
 .IX Item "find pattern"
 Search files in the current directory that contain the given (case-insensitive)
@@ -960,6 +968,11 @@ string in their name as you type.  Once there is an unambiguous result, it will
 be run immediately. (Or entered, if it's a directory.)
 .Sp
 This command is based on the \fIscout\fR command and supports all of its options.
+.IP "flat level" 2
+.IX Item "flat level"
+Flattens the directory view up to the specified level. Level \-1 means infinite
+level. Level 0 means standard view without flattened directory view. Level
+values \-2 and less are invalid.
 .IP "grep \fIpattern\fR" 2
 .IX Item "grep pattern"
 Looks for a string in all marked files or directories.