about summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* Extended aliasesjoe2012-06-072-3/+21
* widgets.browsercolumn: fix coloring bughut2012-05-161-0/+2
* widgets.browsercolumn: more failsafehut2012-05-101-0/+1
* widgets.browsercolumn: Fix drawing of stuff in right columnhut2012-05-101-0/+2
* widgets.browsercolumn: update infostring when changedhut2012-05-101-4/+15
* widgets.browsercolumn: 9001% speedup in drawinghut2012-05-102-34/+54
* rifle.conf: remove "--" from smplayer commandhut2012-05-071-1/+1
* Merge branch 'stable'hut2012-05-061-1/+1
|\
| * What kind of idiot invented bugs anyway? v1.5.4hut2012-05-031-1/+1
| * core.shared: ImportErrors in options.py are mistakenly ignored...hut2012-05-031-0/+2
| * container.tags: typohut2012-05-031-1/+1
| * ext.get_executables: speed optimizationhut2012-05-031-2/+1
| * data/mime.types: use spaces instead of tabs, line them uphut2012-05-031-10/+10
| * defaults/options: add __pycache__ to hidden fileshut2012-05-031-1/+1
| * ext.human_readable: added commenthut2012-05-031-0/+4
| * gui.ui: catch an exception with surrogates in "update title" codehut2012-05-031-4/+7
| * scope.sh: added exiftoolhut2012-05-031-4/+8
* | ext.rifle: Added "match", "file" and "directory" functionshut2012-05-062-8/+17
* | ext.rifle: use "python -S" in hashbang linehut2012-04-131-1/+1
* | ext.rifle: Inline get_executables, fix bug with flags=Nonehut2012-04-131-6/+42
* | ext.get_executables: Fixed docstringhut2012-04-131-3/+1
* | ext.get_executables: don't sort get_executables_uncachedhut2012-04-131-1/+1
* | ext.rifle: inline "spawn" functionhut2012-04-131-5/+7
* | ext.rifle: a little restructuringhut2012-04-131-12/+13
* | ext.rifle: remove unnecessary codehut2012-04-131-5/+1
* | ext.rifle: wrap extension regexp in brackets so X|ar|Y doesn't match rarhut2012-04-131-1/+1
* | ext.rifle: remove hardwired "--" argument in execute()hut2012-04-131-1/+1
* | test rifle when running "make test"hut2012-04-131-1/+5
* | ext.rifle: Fix passing flags from actions.py to rifle.pyhut2012-04-132-4/+4
* | core.loader: added pause()hut2012-04-023-5/+39
* | defaults/rifle.conf: fix surf and uzbl entrieshut2012-04-021-1/+3
* | defaults/rifle.conf: fix programs not supporting "--" argumenthut2012-04-021-3/+3
* | core.actions: fixed dump_{commands,keybindings,settings}hut2012-04-022-3/+7
* | ext.rifle: re-added "&" at the end of setsid commandhut2012-04-021-1/+1
* | ext.rifle: fix rifle.py for /bin/sh -> /bin/dashhut2012-04-021-2/+2
* | core.shared: ImportErrors in options.py are mistakenly ignored...hut2012-04-021-0/+2
* | defaults/rifle.conf: add xcf->gimp handlerhut2012-03-261-0/+1
* | core.{fm,helper,main}: replace "from X import *" lineshut2012-03-263-8/+5
* | core.main: fixed rifle interfacehut2012-03-231-1/+1
* | ext.rifle: improved error messageshut2012-03-211-1/+4
* | ext.rifle: s/way/number/ and better documentationhut2012-03-211-9/+10
* | ext.rifle: Fallback to '$label -- "$@"' if no command was foundhut2012-03-211-0/+4
* | ext.rifle: Trying to fix "No action found" errorhut2012-03-211-3/+6
* | core.actions: fix listing of rifle commandshut2012-03-211-1/+1
* | defaults/rifle.conf: fixed pager entryhut2012-03-211-2/+1
* | defaults/rifle.conf: Added pager rule for text fileshut2012-03-211-0/+2
* | core.actions: fixed some of the rifle codehut2012-03-211-3/+7
* | ext.rifle: filter out filenames containing null-bytehut2012-03-211-1/+2
* | defaults/rifle.conf: pipe "tar vvtf" into $PAGERhut2012-03-211-1/+1
* | ranger.ext: reordered imports (alphabetically, "from ranger" last)hut2012-03-211-2/+3
evision' href='/akkartik/mu/blame/095stack.subx?h=hlt&id=6a51218e12ce75e51301b834e1c48e86aefedc1e'>^
5ef95976 ^













































7a583220 ^
5ef95976 ^



71eb22a5 ^
7a583220 ^
5ef95976 ^








6070c23e ^
2a2a5b1e ^
5ef95976 ^






7a583220 ^
5ef95976 ^



























7a583220 ^
5ef95976 ^























7a583220 ^
5ef95976 ^




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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413