summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* core.actions: Log which files were deletedWojciech Siewierski2019-09-101-1/+1
* Correct the description of 'quit'Benno Schulenberg2019-09-101-3/+3
* Add GitHub Actions citoonn2019-09-031-1/+0
* Merge PR #1649Wojciech Siewierski2019-08-183-0/+17
|\
| * Drop truth values; rename warning settingToon Nolten2019-08-183-6/+5
| * Warn when nesting rangertoonn2019-08-033-0/+18
* | Update settings.pyuser0622019-08-031-1/+1
* | fixes setlocal on dirs with regex metacharsb2019-08-031-1/+1
|/
* Updated mupdf and zathura linesUmut Hökelek2019-06-301-1/+1
* zathura has been added as comicbook viewerUmut Hökelek2019-06-301-0/+3
* mupdf has been added as epub viewerUmut Hökelek2019-06-301-0/+1
* Merge branch 'master' into masterUmut Hökelek2019-06-291-1/+1
|\
| * VCS: Replace the √ sign (square root) with a proper checkmark (✓)Wojciech Siewierski2019-06-291-1/+1
* | zathura has been added as epub viewerUmut Hökelek2019-06-271-0/+1
|/
* Fix shellcheck warnings for new additionstoonn2019-06-181-10/+10
* Replace fluff command with shellcheck directivetoonn2019-06-181-3/+1
* Document ## convention and $$ sed rangetoonn2019-06-181-0/+4
* Add a section for commands to avoid SC2034 warningstoonn2019-06-181-0/+3
* Double up comment characters for commentstoonn2019-06-181-58/+59
* Add double quotes SC2086toonn2019-06-181-2/+2
* Merge branch 'key_enter'toonn2019-06-181-0/+2
|\
| * Treat KP_ENTER the same regardless of Num Lock statetoonn2019-05-281-0/+2
* | Add gpicview to rifle.confFrederik “Freso” S. Olesen2019-06-151-0/+1
* | Merge branch 'master' into pr/safe-image-wdWojciech Siewierski2019-06-133-8/+12
|\ \
| * \ Merge branch 'scope_svg'toonn2019-06-061-1/+1
| |\ \
| | * | Some SVG have MIME type image/svgtoonn2019-06-061-1/+1
| | |/
| * | Stop git errors before they reach usertoonn2019-06-061-1/+2
| * | fix to call git describe in ranger's source directoryu91o2019-06-041-0/+1
| * | Fix py2.6 incompatible use of subprocesstoonn2019-05-291-4/+5
| |/
| * Atone for @Vifon's rash fixing of bugstoonn2019-05-281-3/+4
| * Replace the accidental str.join (as path.join) with os.path.joinWojciech Siewierski2019-05-271-1/+1
* | Open image displaying subprocesses in safe workdirFichteFoll2019-05-241-2/+4
|/
* Add ape extension to mime.typestoonn2019-05-211-0/+1
* Merge branch 'flexible_highlight'toonn2019-05-201-3/+3
|\
| * Give HIGHLIGHT_TABWIDTH some lovetoonn2019-05-191-3/+3
* | Merge branch 'germainz-skip_ask'toonn2019-05-202-2/+5
|\ \
| * | Do not include "ask" in open_with options (fixes #1047)GermainZ2018-10-152-2/+5
* | | Merge branch 'germainz-bulkrename_mkdir'toonn2019-05-191-6/+19
|\ \ \ | |_|/ |/| |
| * | Updated the style to be more modern and pythonictoonn2019-05-191-7/+14
| * | Make bulkrename create destination directories (fixes #963)GermainZ2018-10-161-3/+9
| |/
* | Scope no longer interferes with users' configurationtoonn2019-05-151-5/+8
* | Merge branch 'chmod_000'toonn2019-05-051-2/+3
|\ \
| * | Fix quantifier checktoonn2019-04-251-2/+3
* | | Add a blank line between internal and external importsWojciech Siewierski2019-04-272-0/+2
* | | Merge branch 'human-linemodes' of https://github.com/joelostblom/ranger into ...Wojciech Siewierski2019-04-274-2/+47
|\ \ \ | |/ / |/| |
| * | Move helper into ranger/exttoonn2019-04-234-24/+28
| * | Increase function name accuracyjoelostblom2018-12-261-3/+3
| * | Break out common code into helper funcitonjoelostblom2018-12-251-18/+14
| * | Choose more recognizable numbersjoelostblom2018-12-251-4/+4
| * | Remove else after returnjoelostblom2018-12-251-7/+5
le='author nfnty <git@nfnty.se> 2016-12-18 09:38:42 +0100 committer nfnty <git@nfnty.se> 2017-01-17 05:59:02 +0100 linting: autopep8' href='/akspecs/ranger/commit/setup.py?h=v1.9.3&id=76791a70467d7223a966aa9f12f5583b01d704a8'>76791a70 ^
6bc13af0 ^







fe5f90d3 ^
6bc13af0 ^



144de554 ^



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