about summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index 3100ad9d..713878f6 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -878,12 +878,16 @@ Examples:
 Displays only the files which contain the I<string> in their basename.  Running
 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 find I<pattern>
 
 Search files in the current directory that contain the given (case-insensitive)
 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.)
 
+This command is based on the I<scout> command and supports all of its options.
+
 =item grep I<pattern>
 
 Looks for a string in all marked files or directories.
@@ -908,6 +912,8 @@ not in the console, task view or pager.  To bind keys there, use the commands
 
 Mark all files matching the regular expression pattern.
 
+This command is based on the I<scout> command and supports all of its options.
+
 =item mark_tag [I<tags>]
 
 Mark all tags that are tagged with either of the given tags.  When leaving out
@@ -988,12 +994,16 @@ a :filter-like command using globbing.
 Search files in the current directory that match the given (case insensitive)
 regular expression pattern.
 
+This command is based on the I<scout> command and supports all of its options.
+
 =item search_inc I<pattern>
 
 Search files in the current directory that match the given (case insensitive)
 regular expression pattern.  This command gets you to matching files as you
 type.
 
+This command is based on the I<scout> command and supports all of its options.
+
 =item set I<option> I<value>
 
 Assigns a new value to an option.  Valid options are listed in the settings
@@ -1038,6 +1048,8 @@ you type.  When only one directory is left, it is entered and the console
 is automatically reopened, allowing for fast travel.
 To close the console, press ESC or execute a file.
 
+This command is based on the I<scout> command and supports all of its options.
+
 =item tunmap [I<keys ...>]
 
 Removes key mappings of the taskview. Works like the C<unmap> command.
@@ -1051,6 +1063,8 @@ in the console, taskview, or pager use "cunmap", "tunmap" or "punmap".
 
 Unmark all files matching a regular expression pattern.
 
+This command is based on the I<scout> command and supports all of its options.
+
 =item unmark_tag [I<tags>]
 
 Unmark all tags that are tagged with either of the given tags.  When leaving
href='/akkartik/mu/commit/034call.cc?h=main&id=bc6436927640603675e2e700007f53c5ab213869'>bc643692 ^
f1e953d0 ^
1ead3562 ^
bc643692 ^

f1e953d0 ^
d7494165 ^

bc643692 ^

d7494165 ^
bc643692 ^


f1e953d0 ^
ec926027 ^




363be37f ^
ac0e9db5 ^
ca01193d ^
363be37f ^
50eab110 ^



1fa53058 ^


ec926027 ^
31401373 ^
ec926027 ^



ca01193d ^
363be37f ^
69e14325 ^
5eb49929 ^
e2240eb4 ^

363be37f ^
77cdc6d0 ^

dd2e01e4 ^
77cdc6d0 ^

31401373 ^
d72f3799 ^
0b0cfb6f ^
7284d503 ^
67573caf ^




7284d503 ^

ac0e9db5 ^

31401373 ^
67573caf ^
ec926027 ^
7c8493b3 ^

31401373 ^
795f5244 ^
ec926027 ^
dcfca05e ^

31401373 ^
1fa53058 ^



795f5244 ^
dcfca05e ^
f89378d5 ^
2142ccfc ^

f3760b0f ^
1b76245c ^
2142ccfc ^

f1a6f323 ^
9cf71627 ^
5810092d ^
513bfed8 ^




2142ccfc ^
77cdc6d0 ^

dd2e01e4 ^
77cdc6d0 ^

012d2ee1 ^
af085cf6 ^




3eeea0a2 ^

9cf71627 ^
5f98a10c ^

1ead3562 ^
2cb36cd0 ^

5f98a10c ^
2cb36cd0 ^

5f98a10c ^
1ead3562 ^
2cb36cd0 ^

5f98a10c ^
2cb36cd0 ^
7284d503 ^
64cf0a59 ^
69e14325 ^


df8bb4c3 ^
f6d47435 ^
5eb49929 ^
31401373 ^
795f5244 ^
5eb49929 ^

f1e953d0 ^
ec926027 ^

ac0e9db5 ^
2e8c5d39 ^
77cdc6d0 ^
dd2e01e4 ^
77cdc6d0 ^


31401373 ^
b75e94b3 ^
9fdda88b ^
5f98a10c ^
8eff7919 ^
f6d47435 ^
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167