summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* core.main: Add support for `file://` URIs as path argumentsnfnty2017-03-181-1/+4
* core.main: Use `PWD` as starting path cwd if availablenfnty2017-03-181-1/+1
* gui.curses_shortcuts: Fix handling of strings for `add*` functionsnfnty2017-03-181-3/+3
* Improve error message for some commands when called without argsSamuel Walladge2017-03-152-6/+19
* :cd tab completion again considers the whole lineWojciech Siewierski2017-03-121-2/+2
* config.commands.cd.tab: Now tab works fine with '-r'강동훈(DongHoon Kang)2017-03-121-3/+9
* data/scope.sh: highlight: Replace tabs with spacesnfnty2017-03-101-1/+3
* rc.conf: Map F2 to :renameWojciech Siewierski2017-02-261-0/+1
* gui.widgets.console.Console: Don't crash when parsing corrupt history filenfnty2017-02-251-2/+6
* core.main: `--version`: Report Python version and localenfnty2017-02-191-10/+11
* Beta release 1.9.0b5 v1.9.0b5nfnty2017-02-192-2/+2
* settings: Allow any capitalization of `RANGER_LOAD_DEFAULT_RC`nfnty2017-02-162-2/+2
* linting: pylint: `sys.stdout.buffer.write`: Fix `no-member`nfnty2017-02-141-1/+1
* ext.img_display.Iterm2ImageDisplayer.draw: Fix `TypeError`nfnty2017-02-141-1/+5
* gui.ansi.char_slice: Widestring awarenfnty2017-02-101-4/+6
* ranger.VERSION: Change to `master`nfnty2017-02-101-1/+1
* Beta release 1.9.0b4 v1.9.0b4nfnty2017-02-102-3/+3
* ranger.VERSION: Change to `master`nfnty2017-02-101-1/+1
* Beta release 1.9.0b3 v1.9.0b3nfnty2017-02-102-3/+3
* ranger.VERSION: Change to `master`nfnty2017-02-101-1/+1
* Beta release 1.9.0b2 v1.9.0b2nfnty2017-02-102-3/+3
* ranger.VERSION: Change to `master`nfnty2017-02-101-1/+1
* Beta release 1.9.0b1 v1.9.0b1nfnty2017-02-102-3/+3
* core.main: Improve version infonfnty2017-02-102-17/+13
* linting: Rename config filesnfnty2017-02-091-0/+0
* commands: Add `quitall!`, Change behavior of `quit!`nfnty2017-02-092-14/+37
* api.commands.CommandContainer.get_command: Inverse `abbrev`nfnty2017-02-083-12/+11
* config.commands: quit, quitall: Don't exit if loader has workSamuel Walladge2017-02-082-8/+18
* container.file.File: Fix `is_binary`Samuel Walladge2017-02-071-13/+13
* gui.widgets.titlebar.Titlebar.click: Fix directory enternfnty2017-02-071-4/+3
* gui.widgets.titlebar.Titlebar: Fix right width logicnfnty2017-02-071-5/+5
* api: Fix backwards compatibilitynfnty2017-02-063-21/+8
* container.directory.Directory: Fix `setopt` signals when deletednfnty2017-02-061-5/+17
* core.actions.Actions.move: visual: Change order of if statementsnfnty2017-02-061-6/+6
* gui.widgets.browsercolumn.BrowserColumn.draw: Minor refactornfnty2017-02-061-22/+20
* core.main: Catch the right tracebacknfnty2017-02-061-3/+10
* api.commands: Tab completion: Escape macros if `resolve_macros` is enablednfnty2017-02-064-10/+31
* gui.widgets.browsercolumn: Set bookmark `'` when right clickingnfnty2017-02-051-1/+1
* Add `$XDG_DATA_HOME` supportnfnty2017-02-058-40/+54
* rifle: Add new option flag `-c`Samuel Walladge2017-02-051-7/+27
* Add setting `wrap_scroll`: Visual modenfnty2017-02-053-27/+45
* Add setting `wrap_scroll`Samuel Walladge2017-02-054-1/+7
* ext.shutil_generatorized: Add `copystat` with errors ignorednfnty2017-02-041-2/+84
* api.commands: CommandFunction: Can't set `__doc__` after creation on Python 2nfnty2017-02-041-1/+2
* api.commands: Fix function and alias commands namesnfnty2017-02-041-5/+5
* config/rc.conf: `tab_new` opens a new tab in CWD by defaultnfnty2017-02-041-2/+2
* api.commands: Refactor function and alias commandsnfnty2017-02-042-69/+64
* linting: pylint: Fix `literal-comparison`nfnty2017-02-042-2/+2
* api.commands.CommandContainer.alias: Fix syntax error for Python < 3.5nfnty2017-02-041-4/+1
* api.commands: Fix `FunctionCommand` aliasesnfnty2017-02-041-13/+7
s revision' href='/acidbong/suckless/dwm/blame/view.c?h=1.5&id=c39df91ab9826ef134bc1484b0d19186790132f3'>^
aa13727 ^


7e597ae ^
aa13727 ^











b5159df ^
aa13727 ^














9d73909 ^
aa13727 ^










9d73909 ^
aa13727 ^



daae3bb ^





924a088 ^
daae3bb ^



aa13727 ^

8a6679b ^
aa13727 ^
26157e6 ^
aa13727 ^

8a6679b ^

aa13727 ^
8a6679b ^
9d73909 ^


8a6679b ^
aa13727 ^

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