diff options
author | Milan Svoboda <msvoboda@ra.rockwell.com> | 2014-11-25 21:44:24 +0100 |
---|---|---|
committer | Milan Svoboda <msvoboda@ra.rockwell.com> | 2014-11-25 21:44:24 +0100 |
commit | 2e7f35a52f0ab0d6402df26a59573218552518a4 (patch) | |
tree | 5ecc8991bdb7dc72746d1bf1bfa958788ba479f5 /doc/ranger.pod | |
parent | fd808da18aff05c8b7e1bd2c15a8cdfb1ee7ba28 (diff) | |
download | ranger-2e7f35a52f0ab0d6402df26a59573218552518a4.tar.gz |
add documentation for flat command
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index 370bbb85..eb13d2b8 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -818,6 +818,7 @@ ranger. For your convenience, this is a list of the "public" commands including eval [-q] python_code filter [string] find pattern + flat level grep pattern load_copy_buffer map key command @@ -963,6 +964,12 @@ be run immediately. (Or entered, if it's a directory.) This command is based on the I<scout> command and supports all of its options. +=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. + =item grep I<pattern> Looks for a string in all marked files or directories. |