summary refs log tree commit diff stats
path: root/doc/ranger.pod
Commit message (Expand)AuthorAgeFilesLines
...
| * doc/ranger.1: remove midnight commander bindings from man pagehut2013-02-221-38/+0
| * doc/ranger.1: update KEY BINDINGS sectionhut2013-02-221-10/+27
| * doc/ranger.1: updated the CONCEPTS sectionhut2013-02-221-1/+13
* | Merge branch 'master' into vcshut2013-02-191-0/+7
|\|
| * doc/rifle.1: Added man page for riflehut2013-02-181-0/+7
* | Merge branch 'master' into vcshut2013-02-181-41/+49
|\|
| * README: removed bash dependencyhut2013-02-181-1/+1
| * ranger.1: update list of ranger optionshut2013-02-181-9/+20
| * ranger.1: added missing docs of settingshut2013-02-181-1/+10
| * ranger.__init__: change [path/filename] to [path] in USAGEhut2013-02-181-1/+1
| * ranger.1: update doc of :open_withhut2013-02-181-3/+2
| * doc/ranger.1: update doc of :chmod, :delete, :find, :save_copy_bufferhut2013-02-181-12/+9
| * doc/ranger.1: added :travel to man pagehut2013-02-171-0/+9
| * core.main: made --mode and --flag deprecatedhut2013-02-171-13/+1
| * core.main: made --fail-unless-cd deprecatedhut2013-02-171-6/+1
* | document config options for vcs on the man pageAbdo Roig-Maranges2013-02-171-3/+6
* | Adds config settings and documentation for the vcs featureAbdo Roig-Maranges2013-02-121-0/+9
|/
* removed all trailing whitespaceshut2013-02-101-1/+1
* config/commands: Added commands 'mark_tag' and 'unmark_tag'hut2013-01-011-0/+12
* container.settingobject: added setting "update_tmux_title"hut2012-12-101-0/+4
* added setlocal command to handle local settingsAbdó Roig-Maranges2012-12-091-0/+7
* config/rc.conf: Added setting "confirm_on_delete"hut2012-12-061-0/+6
* doc/ranger.1: typohut2012-12-041-1/+1
* doc/ranger.1: add a warning about overwriting hookshut2012-12-041-2/+5
* updated man page, improved hookshut2012-12-041-34/+69
* update documentation for commandshut2012-12-041-22/+76
* update documentation for options, plugins and exampleshut2012-12-041-80/+57
* renamed ranger/defaults to ranger/confighut2012-08-021-3/+3
* Added $RANGER_LEVEL environment variable (see man page)hut2012-03-051-0/+13
* Removed unnecessary spaceshut2012-03-051-1/+1
* ranger.1: fix vim script "RangerChooser" when no file is openedhut2012-02-211-1/+1
* ranger.1: Added entry for --list-tagged-fileshut2012-02-121-0/+5
* core.main: Allow multiple --cmd's, add man page entry for --cmdhut2012-02-121-0/+5
* new :relink commandM Rawash2012-01-271-0/+4
* Added doc for TERMCMD and integrated it in commands.pyhut2012-01-181-0/+7
* Added documentation for new flagsM Rawash2011-12-111-0/+5
* core.main: added --selectfile optionDavid Pugnasse2011-10-241-0/+4
* core.actions: added --choosefiles option + dochut2011-10-211-1/+7
* fixed some documentationhut2011-10-101-3/+4
* Revert "ranger.1: added doc for --dont-copy-config"hut2011-10-091-3/+4
* ranger.__init__, ranger.1: updated rangers descriptionhut2011-10-081-3/+3
* Updated man pagehut2011-10-081-12/+6
* ranger.1: added doc for --dont-copy-confighut2011-10-081-4/+3
* Write "ranger" with a lowercase "r"hut2011-10-081-2/+2
* updated manpage and config_examples/rc.confhut2011-10-081-0/+3
* general updateshut2011-10-081-4/+9
* manpage: updatehut2011-10-051-17/+18
* defaults/commands: added cunmap, punmap, tunmaphut2011-10-051-0/+38
* doc/ranger.1: updated manpagehut2011-10-011-28/+53
* Extended rc.confhut2011-09-301-2/+3
:01:51 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2016-09-17 15:01:51 -0700 3395' href='/akkartik/mu/commit/html/089scenario_filesystem.cc.html?h=hlt&id=f344b250f6f062a1a1902bf69b23ebf9b565de0e'>f344b250 ^
cd9bb850 ^



8e7b4429 ^
cd9bb850 ^


8e7b4429 ^
cd9bb850 ^
8e7b4429 ^

cd9bb850 ^


8e7b4429 ^
cd9bb850 ^
8e7b4429 ^

cd9bb850 ^
8e7b4429 ^




































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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290