diff options
author | hut <hut@lepus.uberspace.de> | 2014-12-05 16:10:56 +0100 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2014-12-05 16:10:56 +0100 |
commit | 5b6901f8067d783fd3e91efe32553339b4746c52 (patch) | |
tree | 346dd4c4b421d7800b05431dc0a38cb7643199c3 /doc | |
parent | 807402c260afede5822c6c5edcf6b9f40d11ef86 (diff) | |
parent | 2e7f35a52f0ab0d6402df26a59573218552518a4 (diff) | |
download | ranger-5b6901f8067d783fd3e91efe32553339b4746c52.tar.gz |
Merge branch 'flat_command' of https://github.com/tex/ranger
Conflicts: ranger/container/fsobject.py ranger/gui/widgets/browsercolumn.py
Diffstat (limited to 'doc')
-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 7a6de447..c556c63c 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -831,6 +831,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 linemode linemodename load_copy_buffer @@ -997,6 +998,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. |