summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* | rebuilt man pages with new pod2man versionhut2013-06-212-28/+46
| |
* | ranger.1: mention that some commands are based on :scouthut2013-06-212-0/+28
| |
* | ranger.1: more exhaustive documentation for :open_withhut2013-06-212-4/+14
| |
* | data/scope.sh: fix extension matching on uppercase extensionhut2013-06-161-1/+1
| | | | | | | | Thanks to niku for the patch.
* | scope.sh: typohut2013-06-161-1/+1
| | | | | | | | Thanks to niku for the patch.
* | commands.py: typoshut2013-06-161-4/+4
| | | | | | | | Thanks to niku for the patch.
* | container.file: typohut2013-06-111-1/+1
| |
* | doc/colorschemes.txt: updatehut2013-06-101-3/+3
| |
* | core.fm: fix shell escaping when using feh + "open_all_images"hut2013-06-071-1/+1
| |
* | config/rc.conf: added ^L keys for pager and taskviewhut2013-06-071-0/+2
| |
* | Change name back to "ranger-master" in --version outputhut2013-05-241-1/+1
| |
* | RANGER! RANGER! HIGH VOLTAGE! v1.6.1hut2013-05-246-6/+14
| |
* | core.actions: update preview when changing file in pagerhut2013-05-011-0/+3
| |
* | doc/ranger.1: put a list of resources at the tophut2013-04-302-25/+41
|/
* core.actions: reduce code dupliactionhut2013-04-242-12/+9
|
* core.actions: pressing "i" opens ui.pager, not ui.browser.pagerhut2013-04-242-3/+11
| | | | | | | ui.pager makes use of the whole width, ui.browser.pager "pushes" the main column away to the left. The former seems more efficient to me for the "i" key.
* core.action: make pager_move work in log too (key W)hut2013-04-241-1/+4
|
* container.settings: fix "setintag" with certain settingshut2013-04-211-8/+12
| | | | | | | | | | | | | | To reproduce the bug: 1. type ":setintag * sort ctime" into the console 2. ensure that the directory ~ is untagged and ~/dl is tagged with "*" 3. change directory to ~/dl/ 4. press ^R The result is that ~ is sorted by ctime even though it shouldn't be. this is because it uses the settings of fm.thisdir rather than it own settings. This commit fixes this bug
* container.tags: added TODO entryhut2013-04-201-0/+2
|
* config/commands: implemented :setintag <tags> <option>=<value>hut2013-04-203-7/+32
|
* Fix plugin names in log viewEmanuel Guevel2013-04-131-1/+1
|
* core.fm: disable garbage collecting old directorieshut2013-04-121-4/+4
| | | | it was kind of broken too
* ext.vcs.vcs: use more traditional syntax in dict expressionhut2013-04-081-1/+1
|
* core.fm: only apply open_all_files to cmds with $@hut2013-04-071-1/+2
|
* Revert "Added bumblebee-like "make uninstall""hut2013-04-021-7/+0
| | | | This reverts commit f19c589432c68ae1979adb723deb3665d38c0b4a.
* Added bumblebee-like "make uninstall"hut2013-04-011-0/+7
| | | | | | | | | | | This innovative uninstalling method unlocks the power and immense efficiency that resulted from years of dedicated R&D by the greatest minds to ever walk the face of the earth. By now, this method is state-of-the-art after being tested by prestigious software such as bumblebee [1], marking a milestone and becoming a true legend in the history of open source development. [1] https://github.com/MrMEEE/bumblebee-Old-and-abbandoned/commit/a047be85247755cdbe0acce6f1dafc8beb84f2ac
* ext.img_display: allow using W3MIMGDISPLAY_PATH env varhut2013-03-243-3/+15
| | | | in response to https://savannah.nongnu.org/bugs/?38582
* Fix Issue #80 that crashed ranger when resized too smallAbdo Roig-Maranges2013-03-241-21/+27
| | | | | This fixes Issue #80 and cleans up the code a bit so this particular fragment is more readable.
* container.directory: fix pointer in refilter, not in sorthut2013-03-241-6/+2
|
* container.directory: move refilter() to the right placehut2013-03-241-2/+2
|
* fix missing quotes in shell macrosAbdo Roig-Maranges2013-03-211-1/+1
|
* widgets.browserview: resize when toggling draw_bordershut2013-03-171-0/+6
|
* gui.ui: remove curses.setupterm() instructionhut2013-03-171-1/+0
| | | | | | | | | | | | it was added in commit b34807bd428bbe7bb40e8798af17f0f4cf5ecf1f ("gui.ui: more portable terminal title support") and I don't know why anymore. It seems to work perfectly without it. Keeping it seems to cause broken terminals on some systems though. see also: http://bugs.python.org/issue7567 http://lists.nongnu.org/archive/html/ranger-users/2013-03/msg00046.html
* update examples (s/ranger.fsobject/ranger.container/)hut2013-03-172-5/+5
|
* settings: sanitize in separate signal with higher priorityhut2013-03-161-12/+11
| | | | | | Some signals may require the sanitized value BEFORE it is actually set with settings._raw_set. We need to separate sanitizing and _raw_set into separate signals so other signals can be bound in between those two.
* added doc/config directory with symlinks to configshut2013-03-158-9/+11
|
* settings: use regexes for local settingshut2013-03-151-4/+13
|
* settings: fix maximum line widthhut2013-03-151-3/+6
|
* settings: make setlocal work with all settingshut2013-03-151-0/+5
|
* ext.img_display.clear: adjust widthhut2013-03-151-1/+1
|
* rc.conf: added keybinding to get to /usr/share/doc/rangerhut2013-03-141-0/+1
|
* widgets.browsercolumn: don't use list.clear(), py2 incompatiblehut2013-03-141-2/+2
|
* container.settings: added notice that "show_cursor" aint workinghut2013-03-121-1/+1
|
* container.fsobject: make it "SettingsAware"hut2013-03-123-6/+4
|
* api.commands: make SETTINGS_RE privatehut2013-03-121-2/+2
|
* container.directory: remove "signal" argument for refilterhut2013-03-121-1/+1
|
* container.directory: remove unnecessary refilter()hut2013-03-101-1/+0
|
* container.directory: fix wrong check for Nonehut2013-03-101-1/+1
|
* simplified previous commithut2013-03-092-6/+2
|
* config/commands.py: faster filteringhut2013-03-093-19/+35
|
author Kartik K. Agaram <vc@akkartik.com> 2015-03-28 19:26:40 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-03-28 19:26:40 -0700 990' href='/akkartik/mu/commit/cpp/026new?h=main&id=0ee448dc2bd481bf9ce52dd6843bd00a1e2e6171'>0ee448dc ^
263e6b2a ^


6c1376f8 ^

c3779a78 ^
218c3612 ^
0487a30e ^
ac0e9db5 ^
cdd6fd09 ^
0487a30e ^
cfb142b9 ^
0487a30e ^
5f06655c ^
0c0bc3ae ^
795f5244 ^
0c0bc3ae ^
263e6b2a ^



fd41212e ^

218c3612 ^

e2240eb4 ^

0ee448dc ^
ff8d96ae ^













6c1376f8 ^










34c4850f ^
0487a30e ^
ac0e9db5 ^
0cfc678f ^

263e6b2a ^
0cfc678f ^

0487a30e ^




cdd6fd09 ^
0487a30e ^


5f06655c ^

795f5244 ^
5f06655c ^
455fbac6 ^

5f06655c ^


88be3dbc ^
0ee448dc ^
455fbac6 ^


0ee448dc ^
455fbac6 ^
fc9dc705 ^
263e6b2a ^

d472e0dd ^
8fb0e672 ^

455fbac6 ^


8fb0e672 ^
455fbac6 ^
8fb0e672 ^
263e6b2a ^

8fb0e672 ^
218c3612 ^

263e6b2a ^
218c3612 ^
455fbac6 ^

218c3612 ^
263e6b2a ^

218c3612 ^
9b8d3917 ^
84e4ed1a ^



455fbac6 ^



84e4ed1a ^











795f5244 ^
166e3c0d ^
84e4ed1a ^
166e3c0d ^
795f5244 ^
e4630643 ^

166e3c0d ^

455fbac6 ^

84e4ed1a ^

166e3c0d ^



84e4ed1a ^
263e6b2a ^
c6034af3 ^
263e6b2a ^
c6034af3 ^

263e6b2a ^

ff9d5f43 ^
455fbac6 ^
c6034af3 ^
263e6b2a ^
84e4ed1a ^




263e6b2a ^
6c1376f8 ^


84e4ed1a ^

795f5244 ^
84e4ed1a ^
795f5244 ^
84e4ed1a ^


ff8d96ae ^
84e4ed1a ^
263e6b2a ^
84e4ed1a ^
795f5244 ^
35064671 ^
795f5244 ^
5f98a10c ^
35064671 ^


84e4ed1a ^
263e6b2a ^
84e4ed1a ^
795f5244 ^
84e4ed1a ^






455fbac6 ^



84e4ed1a ^





455fbac6 ^



84e4ed1a ^



9b8d3917 ^































































7284d503 ^
88be3dbc ^
c495d2ac ^
455fbac6 ^

c495d2ac ^
5497090a ^
c495d2ac ^

3d68a0b0 ^

455fbac6 ^


3d68a0b0 ^




ff8d96ae ^
7afe09fb ^
ff8d96ae ^

c495d2ac ^
7afe09fb ^
166e3c0d ^



f45657bd ^

de92036d ^
c495d2ac ^
f45657bd ^
6c1376f8 ^

0487a30e ^
0487a30e ^
f45657bd ^
263e6b2a ^


795f5244 ^
3d68a0b0 ^
3d68a0b0 ^
ac0e9db5 ^
3d68a0b0 ^


795f5244 ^
3d68a0b0 ^

c495d2ac ^

f45657bd ^
c495d2ac ^
0487a30e ^
9edabeaa ^



455fbac6 ^

9edabeaa ^





ba625111 ^
9edabeaa ^

064813d9 ^

455fbac6 ^

064813d9 ^


ba625111 ^

455fbac6 ^

ba625111 ^


0487a30e ^



455fbac6 ^

0487a30e ^


3d68a0b0 ^













9edabeaa ^
9edabeaa ^
263e6b2a ^

795f5244 ^
9edabeaa ^


795f5244 ^
9edabeaa ^


7afe09fb ^

ff8d96ae ^

ae256ea1 ^
7afe09fb ^
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
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561