From 2e7f35a52f0ab0d6402df26a59573218552518a4 Mon Sep 17 00:00:00 2001 From: Milan Svoboda Date: Tue, 25 Nov 2014 21:44:24 +0100 Subject: add documentation for flat command --- doc/ranger.pod | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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 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 Looks for a string in all marked files or directories. -- cgit 1.4.1-2-gfad0 thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
blob: c3d8ca6827735f866b71d99670021ff6302a31f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50