summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* added ranger.desktop file, fixes #346hut2016-01-252-0/+11
|
* HACKING: document the COMPAT conventionhut2016-01-241-0/+4
|
* core.actions: added "COMPAT" comment to stick to conventionshut2016-01-241-1/+1
|
* Restore :delete backward compatiblityWojciech Siewierski2016-01-241-1/+4
|
* Move some :delete logic to fm.delete, further refactoringWojciech Siewierski2016-01-242-23/+19
|
* :delete refactoringWojciech Siewierski2016-01-242-28/+20
| | | | | | | Fixes #458. It also fixes the issue where fm.copy_buffer was not properly cleaned up when fm.delete was called with arguments.
* core.actions: in delete(), renamed "narg" to "files"hut2016-01-241-3/+3
|
* Allow :delete to take argumentsWojciech Siewierski2016-01-242-21/+46
| | | | Issue #458 still applies.
* config/commands.py: Reduce code duplication in :deleteWojciech Siewierski2016-01-231-9/+9
|
* README: updated compatible python version numbershut2016-01-201-1/+1
|
* img_display: added TODO entry about removing FileManagerAwarehut2016-01-181-0/+2
|
* ext.img_display: Autodetect w3mimgdisplay locationhut2016-01-181-28/+41
|
* config/rc.conf: keybinding 'zi' now toggles preview_imageshut2016-01-081-1/+2
| | | | renamed old "zi" binding for toggling flushinput to "zI".
* widgets.pager: fix 'G' key in streams, fixes #74hut2016-01-041-4/+13
| | | | | Thanks to genkimarhsall for helping me in https://github.com/hut/ranger/issues/74
* ranger.pod: describe that :setlocal path is a regexhut2016-01-013-2/+10
| | | | fixes #443
* core.main: Check XDG_CACHE_HOME, fixes #442hut2016-01-012-7/+12
|
* Happy new year!hut2016-01-011-1/+1
|
* gui.iu: better dochut2015-12-211-5/+5
|
* container.tags: handle more py3 encoding errorshut2015-12-051-1/+5
|
* core.main: moved 'must run ranger in terminal' messagehut2015-12-051-4/+4
| | | | | | previously this error denied the user from running 'ranger --list-tagged-files=X' outside of a terminal. Now it only denies running ranger interactively outside of a terminal.
* core.main: handle py3 encoding errors in --list-tagged-fileshut2015-12-051-1/+4
|
* ext.openstruct: removed redundant "__" suffix for argumentshut2015-12-011-7/+4
| | | | | | It's not necessary to prepend __ before the *args/**keywords argument names, because python handles it elegantly by putting any arguments with conflicting names into the **keywords variable.
* HACKING.md: more detailed PGP instructions.hut2015-11-231-2/+7
|
* HACKING.md: typohut2015-11-231-2/+2
|
* HACKING.md: fixed markdownhut2015-11-231-2/+2
|
* added my PGP key to HACKING.mdhut2015-11-231-0/+93
|
* Merge branch 'shift_tab' of https://github.com/nfnty/rangerhut2015-11-204-26/+33
|\
| * commands.py: Pass number to tab()nfnty2015-11-174-26/+33
| |
* | Merge branch 'vifon/root-preview-disable-info' of ↵hut2015-11-201-0/+1
|\ \ | | | | | | | | | https://github.com/Vifon/ranger
| * | core.main: Log the fact of disabling the file previews for rootWojciech Siewierski2015-11-181-0/+1
| |/ | | | | | | Closes #429.
* / config/commands.py: fixed off-by-one in :rename_appendhut2015-11-171-3/+4
|/ | | | cursor used to be misplaced when a filename contained % signs
* config/rc.conf: do s/%/%%/ in filenames for a/A/I keyshut2015-11-162-4/+4
| | | | | | | | This is so you can use those keys on filenames like "Foo%sBar" without ranger trying to expand the macro %s when you press enter, resulting in the name "FooFoo%sBarBar". Fixes #417
* Revert "config.commands: don't resolve macros in :rename/:touch"hut2015-11-161-4/+0
| | | | | | | | | | | | This reverts commit dfc0c61ad371d73a7fce842f8196fb2cef081f1d. See #417: > macros were explicitly disabled for :rename in dfc0c61. > > I'm not sure anymore why, but I think it was so you can use the A key on > files with a %s in the name without things breaking. I'm going to revert > the patch and write a better workaround.
* CHANGELOG: typohut2015-11-151-1/+1
|
* Added :echo command, disabled :notify commandhut2015-11-144-2/+21
|
* Merge branch 'vifon/pmount' of https://github.com/Vifon/rangerhut2015-11-141-0/+30
|\
| * Add plugin_pmount.pyWojciech Siewierski2015-10-091-0/+30
| | | | | | | | | | Implemented as a Python plugin instead of a bunch of rc.conf lines to allow easy nested looping.
* | fixed line widths in commit a090d85 (#400)hut2015-11-142-5/+8
| |
* | Merge branch 'p_macro' of https://github.com/NoSuck/rangerhut2015-11-142-4/+11
|\ \
| * | Added %p macro for full paths of selected files.The Flying Rapist2015-10-182-4/+11
| | |
* | | ext.rifle: slight efficiency improvement over last commithut2015-11-141-5/+6
| | | | | | | | | | | | | | | Don't check for all the other possible function values if function=='ext' was already established.
* | | Merge branch 'rifle_ext_condition' of https://github.com/NoSuck/rangerhut2015-11-141-3/+5
|\ \ \
| * | | Rifle's ext condition now handles fringe cases.The Flying Rapist2015-10-241-3/+5
| | | |
* | | | Merge branch 'imv' of https://github.com/autrimpo/rangerhut2015-11-141-1/+6
|\ \ \ \
| * | | | open_all_images support for imvMichal Koutenský2015-11-131-1/+6
| | | | |
* | | | | config.rifle: consistent prioritization of audio/video fileshut2015-11-061-2/+2
| | | | |
* | | | | ranger.gui.widgets: code deduplicationhut2015-10-293-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | moved the definition of TitleBar.ellipsis and BrowserColumn.ellipsis to Widget.ellipsis
* | | | | Fix TitleBar ellipsis AttributeErrornfnty2015-10-281-0/+2
| |/ / / |/| | |
* | | | config/commands.py: fix tab completion order of `:set`hut2015-10-201-3/+3
| | | |
* | | | colorscheme: check for compiled python filesThijs Vermeir2015-10-201-1/+1
| | | | | | | | | | | | Some systems only provide *.pyc files
n' href='/akkartik/mu/blame/subx/055trace.subx?h=hlt&id=e9661581f092f3e210b7bd900af058d8b8c4369e'>^
33ad0851 ^
6030d7e2 ^

33ad0851 ^
6030d7e2 ^

56515676 ^
6030d7e2 ^

33ad0851 ^
6030d7e2 ^
33ad0851 ^
6030d7e2 ^


33ad0851 ^
a0467aa2 ^
6030d7e2 ^
a0467aa2 ^
6030d7e2 ^
a0467aa2 ^
6030d7e2 ^
a0467aa2 ^
6030d7e2 ^

a0467aa2 ^
6030d7e2 ^

a0467aa2 ^
6030d7e2 ^
a0467aa2 ^
6030d7e2 ^

a0467aa2 ^
6030d7e2 ^

a0467aa2 ^
6030d7e2 ^
a0467aa2 ^
6030d7e2 ^

a0467aa2 ^
6030d7e2 ^

56515676 ^
6030d7e2 ^

a0467aa2 ^
6030d7e2 ^
a0467aa2 ^
6030d7e2 ^


a0467aa2 ^
7c397786 ^
6030d7e2 ^
7c397786 ^
6030d7e2 ^
7c397786 ^
6030d7e2 ^
7c397786 ^
6030d7e2 ^

7c397786 ^
6030d7e2 ^

7c397786 ^
6030d7e2 ^
7c397786 ^
6030d7e2 ^

7c397786 ^
6030d7e2 ^

56515676 ^
6030d7e2 ^

7c397786 ^
6030d7e2 ^
7c397786 ^
6030d7e2 ^


7c397786 ^
b3d8c144 ^



6030d7e2 ^





8b0e960d ^

6030d7e2 ^
8b0e960d ^
6030d7e2 ^
8b0e960d ^
6030d7e2 ^

8b0e960d ^
6030d7e2 ^

8b0e960d ^
6030d7e2 ^
8b0e960d ^
6030d7e2 ^
8b0e960d ^
6030d7e2 ^
8b0e960d ^
6030d7e2 ^






8b0e960d ^


6030d7e2 ^


















8b0e960d ^
6030d7e2 ^













8b0e960d ^
6030d7e2 ^









b3d8c144 ^
33ad0851 ^
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