about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* transpose_subr: Remove check for equal regionstoonn2021-01-161-2/+1
| | | | | There's no point transposing equal regions, the result would be the same.
* transpose_subr: Check lower boundtoonn2021-01-161-2/+2
| | | | | Allowing negative regions makes it harder to verify there's no overlap between regions.
* Add word/character transposition at the console44274505+ericricky@users.noreply.github.com2021-01-162-0/+77
| | | | Inspired by emacs/readline.
* Merge branch 'shellcheck'toonn2021-01-051-2/+2
|\
| * Fix shellcheck version commenttoonn2021-01-051-1/+1
| |
| * Fix shellcheck download urltoonn2021-01-051-1/+1
|/
* Merge branch 'fix-files-none'toonn2021-01-051-9/+12
|\
| * Refactor error checking for _pointed_objtoonn2021-01-051-11/+9
| | | | | | | | | | | | | | | | | | Fixes #2086 Fixes #2125 Fixes #2136 Fixes #2173 Fixes #2205 Fixes #2209
| * Merge branch 'chu4ng-fix-files-index' into fix-files-nonetoonn2021-01-0519-85/+240
| |\
| | * Fix IndexError(list index out of range);chu4ng2020-12-051-0/+2
| | | | | | | | | | | | Fix #2173.
| | * Merge remote-tracking branch 'toonn/fix-files-none' into fix-files-indexchu4ng2020-12-051-1/+4
| | |\ | | |/ | |/|
| * | If files is None we can't set the _pointed_objtoonn2020-08-121-1/+4
| | | | | | | | | | | | Fixes #2071
* | | Merge branch 'XuehaiPan-scope'toonn2021-01-051-1/+2
|\ \ \
| * | | Fix python versions compatibility in scope.shXuehaiPan2021-01-051-1/+2
|/ / /
* | | Merge branch 'tags-errors'toonn2020-12-311-9/+20
|\ \ \
| * | | Import FileManagerAwaretoonn2020-12-311-1/+2
| | | |
| * | | Only write tags if they might've changedtoonn2020-12-311-0/+6
| | | |
| * | | Report errors if tag file does not existtoonn2020-12-311-8/+12
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | A non-existent tag file leads to an opaque crash without indication to the user of what went wrong as in #2200. These errors are now reported through ranger's notify mechanism. The tag file is no longer created conditionally on `__init__`, only upon saving tags. This changes the behavior somewhat in that an empty "tagged" file should never be created.
* | | Merge branch 'shellcheck'toonn2020-12-311-1/+2
|\ \ \
| * | | Change sed invocation for POSIX compliancetoonn2020-12-311-1/+2
|/ / / | | | | | | | | | | | | `\s` is a GNU-ism not found in BSD sed. Both implementations support the equivalent `[:blank:]` character class.
* | | Merge branch 'prosoitos-ipynb'toonn2020-12-151-1/+1
|\ \ \ | |_|/ |/| |
| * | scope.sh: add ipynb ext to jsonMarie-Helene Burle2020-12-141-1/+1
|/ /
* | Merge branch 'chmod-default'toonn2020-11-241-2/+2
|\ \
| * | Change chmod mapstoonn2020-11-241-2/+2
|/ / | | | | | | | | | | | | | | The maps without explicit target only changed user permissions. The chmod utility changes all permissions when the target's omitted. This brings both more in line. Fixes #2161
* | Remove redundant blank line in docstoonn2020-11-181-1/+0
| | | | | | | | | | When documenting the draw_borders_multipane setting an extra blank line was added.
* | Merge branch 'zyklotomic-master'toonn2020-11-184-3/+126
|\ \
| * | Document draw_borders_multipanetoonn2020-11-182-2/+22
| | |
| * | Use identity rather than equality comparison for Nonetoonn2020-11-181-1/+1
| | |
| * | Explicit truthy logic for draw_borders_multipaneEthan Kiang2020-11-182-2/+8
| | |
| * | Update ALLOWED_VALUES in settings.py for draw_borders_multipaneEthan Kiang2020-11-181-1/+3
| | |
| * | Use "draw_borders_multipane" instead and "draw_borders" as fallbackEthan Kiang2020-11-182-6/+10
| | |
| * | Fixed borders not redrawing upon setting change, renamed floating -> active-paneEthan Kiang2020-11-181-2/+11
| | |
| * | pylint fixesEthan Kiang2020-11-181-2/+2
| | |
| * | created floating style borders for multipaneEthan Kiang2020-11-182-31/+42
| | |
| * | Fixed borders drawing over the 1st and last directoryEthan Kiang2020-11-181-1/+19
| | | | | | | | | | | | | | | | | | pylint flake8 errors fixed
| * | Added draw_borders setting support for view_multipaneEthan Kiang2020-11-181-0/+53
|/ /
* | Merge branch 'Nfanja-patch-1'toonn2020-11-151-1/+1
|\ \
| * | Add decrementtoonn2020-11-151-1/+1
| | | | | | | | | | | | | | | | | | When adding the max function call the decrementing was dropped. Fixes #1603
| * | add forgotten maxFedor2020-11-151-1/+1
| | |
| * | Fix ranger freeze after shell command during kitty previewFedor2020-11-151-1/+1
|/ /
* | Merge branch 'pretty-make'toonn2020-11-131-8/+17
|\ \
| * | Change "sgr0" to "normal" for legibilitytoonn2020-11-131-9/+9
| | |
| * | Add formatting to make output for claritytoonn2020-11-131-8/+17
|/ /
* | Merge branch 'fix-travis'toonn2020-11-116-42/+51
|\ \
| * | Fix test_py2_compat formattingtoonn2020-11-111-0/+1
| | |
| * | Drop py3 specific pylint for ranger/configtoonn2020-11-111-1/+1
| | |
| * | Shortcut py2 incompatible pytest teststoonn2020-11-111-0/+11
| | | | | | | | | | | | | | | | | | Three of our pytest tests aren't compatible with python 2 by returning early from these testcases and always making them pass, we avoid false negatives in CI results.
| * | Unalign code because bad-whitspace was removedtoonn2020-11-113-40/+37
| | |
| * | Add new py3 specific pylint warnings to disabledtoonn2020-11-111-1/+1
|/ /
* | Merge branch 'politas-fix/1880-multipane-status'toonn2020-11-111-1/+7
|\ \
76d'>^
b0450faf ^

5683823a ^


1ead3562 ^
7a84094a ^
5683823a ^


50e0065e ^
5683823a ^

6c96a437 ^
5683823a ^

1ead3562 ^
5683823a ^











59e47aca ^


59e47aca ^

0f2781f8 ^
08f4628e ^
59e47aca ^
0f2781f8 ^
59e47aca ^






6c96a437 ^
59e47aca ^
6c96a437 ^
59e47aca ^

bcd33d6d ^
70f70118 ^



7ac8feef ^
6c96a437 ^
bdb6161b ^
7ac8feef ^
70f70118 ^




2b4eb0cc ^



70f70118 ^
7ac8feef ^



















7ac8feef ^
802283e4 ^
2d29369f ^
7ac8feef ^




61880904 ^







91f220ae ^
61880904 ^


















ae9db5a4 ^








7ac8feef ^



1ead3562 ^
7a84094a ^
7ac8feef ^
7a84094a ^
7ac8feef ^

1ead3562 ^
7ac8feef ^
7a84094a ^
7ac8feef ^


1ead3562 ^
b436291f ^
7ac8feef ^
7a84094a ^
7ac8feef ^

1ead3562 ^
7ac8feef ^
b436291f ^
7ac8feef ^




7ac8feef ^
cdf0f349 ^
6c96a437 ^
7ac8feef ^



6c96a437 ^
3bfd75fc ^
f8b0b04d ^
2b250717 ^
f8b0b04d ^

7ac8feef ^
6c96a437 ^
7ac8feef ^
3bfd75fc ^
f8b0b04d ^
2b250717 ^
f8b0b04d ^

7ac8feef ^



bcd33d6d ^

70f70118 ^

e6692482 ^
7a84094a ^
70f70118 ^

760f683f ^
1ead3562 ^
70f70118 ^
1ead3562 ^
70f70118 ^
04209f72 ^
f116818c ^
70f70118 ^

f116818c ^
d11bf882 ^
4637d58f ^
f116818c ^
6c96a437 ^
d11bf882 ^
1ead3562 ^
4637d58f ^
2b250717 ^
4637d58f ^

6c96a437 ^
d11bf882 ^
2b250717 ^
70f70118 ^



4637d58f ^

7a84094a ^
4637d58f ^

760f683f ^
1ead3562 ^
4637d58f ^
1ead3562 ^
4637d58f ^
c8f2ff13 ^









c1585c88 ^

b5f2a629 ^
c1585c88 ^

1ead3562 ^
c1585c88 ^
b5f2a629 ^

















c1585c88 ^



f7631430 ^
808e171d ^
c1585c88 ^

808e171d ^
d11bf882 ^
60c225ba ^
f116818c ^
6c96a437 ^
b5f2a629 ^

d11bf882 ^
9dcbec39 ^
d11bf882 ^
c1585c88 ^


9cfb86fa ^



1ead3562 ^
7a84094a ^
9cfb86fa ^
7a84094a ^
9cfb86fa ^


1ead3562 ^
9cfb86fa ^


04209f72 ^
b2e4056d ^
9cfb86fa ^


d11bf882 ^


b766f5f8 ^
6c96a437 ^
09b8717b ^
d11bf882 ^
c4e143d6 ^
9cfb86fa ^
6c96a437 ^
09b8717b ^
d11bf882 ^
c4e143d6 ^
9cfb86fa ^
6c96a437 ^
d11bf882 ^
9f95c745 ^
6c96a437 ^
9cfb86fa ^
83d8299d ^
b7cd91a6 ^
09b8717b ^

c4e143d6 ^
9cfb86fa ^
6c96a437 ^
15c44292 ^
9cfb86fa ^
83d8299d ^
b7cd91a6 ^
09b8717b ^

c4e143d6 ^
9cfb86fa ^



70f70118 ^


5109e78f ^
1ead3562 ^
7a84094a ^
70f70118 ^
7a84094a ^
70f70118 ^

9cfb86fa ^
1ead3562 ^
70f70118 ^


808e171d ^
f116818c ^
f7e75825 ^

f116818c ^
d11bf882 ^
f116818c ^
09125ea2 ^
6c96a437 ^
d11bf882 ^
1ead3562 ^
d11bf882 ^
c1585c88 ^
f116818c ^
5e320aa0 ^



c1585c88 ^
5e320aa0 ^



c1585c88 ^

d11bf882 ^
1ead3562 ^
c1585c88 ^
6c96a437 ^
c1585c88 ^

d11bf882 ^
c1585c88 ^
d11bf882 ^
c1585c88 ^
d11bf882 ^
c1585c88 ^
f7e75825 ^
70f70118 ^

813b93b8 ^
f116818c ^
1ead3562 ^
7a84094a ^
8de2764d ^
7a84094a ^
8de2764d ^



1ead3562 ^
8de2764d ^



5109e78f ^
1ead3562 ^
7a84094a ^
813b93b8 ^
7a84094a ^
813b93b8 ^

9cfb86fa ^
813b93b8 ^
f116818c ^
813b93b8 ^

5109e78f ^
1ead3562 ^
7a84094a ^
3a49e7e9 ^
7a84094a ^
3a49e7e9 ^


1ead3562 ^
3a49e7e9 ^
acc4792d ^
f116818c ^
3a49e7e9 ^
c1585c88 ^
5e320aa0 ^





f116818c ^
e765f9e7 ^
7a84094a ^
e765f9e7 ^
7a84094a ^
e765f9e7 ^






c1585c88 ^

1ead3562 ^
7a84094a ^


c1585c88 ^
7a84094a ^
c1585c88 ^


7a84094a ^
4c2229fb ^
3b107f18 ^


























09125ea2 ^
3b107f18 ^















4c2229fb ^


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
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646