about summary refs log tree commit diff stats
path: root/ranger/data
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'ferdinandyb/ipynb_preview'toonn2022-04-011-1/+9
|\
| * better textual preview for jupyter notebooksBence Ferdinandy2021-12-291-1/+9
* | scope: Fix draw.io width and enable by defaulttoonn2022-03-181-4/+4
* | scope: Move draw.io preview to handle_imagetoonn2022-03-181-18/+17
* | fix indentNici2022-02-131-1/+1
* | add drawio Image-PreviewNici2022-02-131-1/+6
* | Fix broken case statement (scope.sh does have tests, and they failed...)Sami Kankaristo2021-12-291-0/+1
* | Add rsvg-convert for SVG previewsSami Kankaristo2021-12-291-3/+4
|/
* broke up cases for OpenOffice docs, so ods/odp files would not use pandocShervin Sahba2021-12-131-1/+5
* scope: Remove exit to fallback in case of no thumbnailtoonn2021-11-111-2/+2
* thumbnail preview for audiopirate4867431862021-11-111-0/+6
* Adds a preview for ELF files using readelfMarlyn2021-09-111-0/+5
* Use Embedded ThumbnailsNash Pillai2021-08-131-1/+3
* Correct spellingEdward Betts2021-07-241-1/+1
* mime.types: Recognize .eml as message/rfc822toonn2021-06-221-0/+2
* new edits commentsMarie-Helene Burle2021-06-211-1/+1
* minor edits of commentsMarie-Helene Burle2021-06-211-2/+2
* scope.sh: add mime handling for message/rfc822Marie-Helene Burle2021-06-211-0/+6
* scope.sh: add quotes around variablesPaweł Kraśnicki2021-02-071-5/+5
* Fix python versions compatibility in scope.shXuehaiPan2021-01-051-1/+2
* scope.sh: add ipynb ext to jsonMarie-Helene Burle2020-12-141-1/+1
* Move xlsx back to handle_extensiontoonn2019-12-301-9/+10
* Move new methods to handle_mimetoonn2019-12-301-42/+35
* remove pandoc fallback support for json filesMarie-Helene Burle2019-12-301-1/+0
* Add '--', empty lines, and pandoc fallback support for html and jsonMarie-Helene Burle2019-12-301-6/+10
* Minor change in commentMarie-Helene Burle2019-12-301-3/+3
* Move pandoc support for ePub and FB2 back to handle_extension()Marie-Helene Burle2019-12-301-8/+1
* Fix minor comment inconsistencyMarie-Helene Burle2019-12-301-0/+1
* More sensible way to add pandoc support for ePub, FB2, and ODTMarie-Helene Burle2019-12-301-1/+8
* Add pandoc support for odt, epub, and fb2Marie-Helene Burle2019-12-301-2/+10
* Add -s flag to pandocMarie-Helene Burle2019-12-301-1/+1
* Add information on how to get xls2csv and xlsx2csv applicationsMarie-Helene Burle2019-12-301-0/+4
* Fix typo in a comment of previous commitMarie-Helene Burle2019-12-301-1/+1
* Add preview support to .rtf, .doc, .docx, .xlsx, .xlsMarie-Helene Burle2019-12-301-1/+25
* Merge branch 'sigboe-3dpreview'toonn2019-12-301-2/+28
|\
| * Clean up 3d model previewstoonn2019-12-291-24/+26
| * add support for 3D files including STL and DXFsigurdb2019-12-291-0/+24
* | Add extensions not previously covered by scope.shtoonn2019-12-292-3/+4
|/
* Add Direct Stream Digital/Transfer to mime typestoonn2019-12-262-1/+9
* Merge branch 'mime-rifle'toonn2019-12-211-9/+15
|\
| * Bring custom mime types in line with file(1)toonn2019-11-171-19/+14
| * Refine custom mime types for rifletoonn2019-11-171-9/+20
* | Merge branch 'leiserfg-patch-1'toonn2019-12-211-0/+2
|\ \ | |/ |/|
| * Uncomment bat for code highlightingtoonn2019-12-201-1/+1
| * Replace COLORTERM with 8bit for avoiding problems with truecolor.leiserfg2018-12-271-1/+1
| * Remove spacesleiserfg2018-12-251-2/+2
| * Add bat support for code highlightingLeiser Fernández Gallo2018-11-301-0/+3
* | Merge branch 'callahad-webp-mimetype'toonn2019-11-171-0/+2
|\ \
| * | Add image/webp to known mimetypesDan Callahan2019-07-301-0/+2
* | | Add .opus as extension for audio/oggtoonn2019-10-021-1/+1
kkartik/view.love/blame/source.lua?id=9c72ff1bb4fc1ba08acfb0324079da6fe49f3a4a'>^
6d1dee3 ^




528c64d ^
e1c5a42 ^

























936d3b4 ^
d141822 ^
936d3b4 ^

e1c5a42 ^

















69f4062 ^



e1c5a42 ^



287050d ^
e1c5a42 ^


0cc8c70 ^


e1c5a42 ^



e1c5a42 ^
























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