summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'aRkedos-unique-file'toonn2019-12-302-29/+240
|\
| * Improve filter_stack documentationtoonn2019-12-272-30/+232
| | | | | | | | | | | | | | | | | | | | | | Add an entry about `filter_stack` to the man page, documenting the various subcommands and available filters. Add documentation about the new mappings. Add functionality to the `rotate` subcommand so you can pass the argument as a `quantifier`, i.e., a numeric prefix. Change the `.r` mapping to rely on this behavior accordingly, reducing the amount of unnecessary return pressing.
* | add support for 3D files including STL and DXFsigurdb2019-12-291-0/+11
| |
* | Merge branch 'wraptext' of https://github.com/toonn/rangerWojciech Siewierski2019-12-282-1/+10
|\ \
| * | Add a setting to wrap plain text previewstoonn2019-11-062-2/+11
| |/ | | | | | | Fixes #1304
* | Merge branch 'siikamiika-feat-update-icon-title'toonn2019-12-222-4/+4
|\ \
| * | Merge the title settingstoonn2019-12-222-13/+6
| | | | | | | | | | | | | | | Upon further consideration we've reconsidered and decided to merge the seperate title update settings.
| * | Merge branch 'master' into feat-update-icon-titlesiikamiika2019-12-094-117/+184
| |\|
| * | add update_icon_title optionsiikamiika2019-07-252-0/+7
| | | | | | | | | | | | resolves #1637
* | | Merge branch 'laktak-paste_conflict'toonn2019-12-222-1/+9
|\ \ \
| * | | Use readable formatting for the examplestoonn2019-12-222-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | `F<file_>` is rendered using underline in a man page, which makes the underscore hard to see. So I switched the file name examples for `pp` to use `C<file_>` which is rendered using "double quotation marks."
| * | | Add example and remove reference from docstoonn2019-12-222-4/+8
| | | |
| * | | Merge branch 'master' into paste_conflictChristian Zangl2019-10-044-117/+184
| |\ \ \ | | | |/ | | |/|
| * | | fix docsChristian Zangl2019-07-191-2/+3
| | | |
| * | | Added a make_safe_path parameter to pasteChristian Zangl2019-07-181-2/+2
| | | | | | | | | | | | | | | | It allows you to specify your own function to generate the path for conflicting files.
| * | | Added a conflict parameter to the paste actionChristian Zangl2019-07-141-0/+3
| | |/ | |/| | | | | | | It allows you to specify 'overwrite', 'rename', or 'rename_ext' (=default) in case of a file name conflict. This obsoletes the overwrite parameter.
* | | Add list of optional deps to man pagetoonn2019-12-212-8/+160
| | | | | | | | | | | | | | | | | | | | | The man page was missing the various optional dependencies for previews. I revised and then copied the list from the `README.md`. Fixes #1781
* | | Merge branch 'leiserfg-patch-1'toonn2019-12-212-4/+17
|\ \ \
| * | | Add bat to documentationtoonn2019-12-202-4/+16
| | | |
* | | | Document the usage of ? (help)Sighery2019-12-201-79/+96
| | | |
* | | | Add Space and navigation keys to the cheatsheetSighery2019-12-201-879/+894
| |_|/ |/| | | | | | | | | | | Add to the cheatsheet the functionality of Space and some navigation keys: Insert, Home, End, Page Up and Page Down.
* | | Expand :trash docstoonn2019-10-022-6/+16
| | |
* | | Document :trash commandtoonn2019-10-022-1/+14
| | |
* | | Reword the vcs_msg_length docsWojciech Siewierski2019-10-022-2/+4
| | |
* | | Add a configurable VCS max message lengthWojciech Siewierski2019-10-012-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | Previously it was hardcoded as 50, let's make it easy to change for the user. Improves upon #1705. Related to #1704.
* | | Merge branch 'dotdesktop'toonn2019-09-241-0/+1
|\ \ \
| * | | Add Launcher to keywords because of rifletoonn2019-09-241-1/+1
| | | |
| * | | Apply debian patch 0004 desktop entry lacks keywordstoonn2019-09-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | One of the Debian patches patches our `ranger.desktop` to include `Keywords`. I figure if we apply this, downstream need not bother and many people can benefit.
* | | | Document tab_shift keybindingstoonn2019-09-242-1/+8
|/ / / | | | | | | | | | Fixes #1592
* | | Add multiple section headings for command variationstoonn2019-09-232-8/+50
| | | | | | | | | | | | | | | I also added a utf8 encoding directive because pod2man complains otherwise and I see no reason not to have a utf8 manpage.
* | | Give cmap and cunmap and friends similar treatmentToon Nolten2019-09-202-53/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | No longer will searching the docs say "Look elsewhere for the information you were hoping to find." All these sections did was clutter search results. I took the liberty to reorder all the "taskview or pager" entries because for some reason they weren't alphabetic.
* | | Remove redundant copymap sectionstoonn2019-09-182-25/+4
| | | | | | | | | | | | | | | | | | | | | | | | The extra entries pointing from `copycmap` and co. to `copymap` only contributed noise and confusion making their explanation harder to find. This has summarily been dealt with using my exemplary SEO skills ; ) Fixes #1678
* | | Add example to copymap manpage entrytoonn2019-09-182-3/+5
| | | | | | | | | | | | Fixes #1678
* | | Capitalize LinuxToon Nolten2019-09-172-13/+13
| | |
* | | Document überzug preview method in the manpagetoonn2019-09-172-0/+19
| | | | | | | | | | | | Fixes #1453
* | | Reorder preview method sections alphabeticallytoonn2019-09-172-32/+32
| | |
* | | Manpage typo for kitty preview methodtoonn2019-09-172-13/+13
| | |
* | | Correct the description of 'quit'Benno Schulenberg2019-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | Quit closes a tab only when there is more than one tab; otherwise, it quits the program. Also fix a typo.
* | | Regenerate the manpagesWojciech Siewierski2019-08-182-20/+24
| | |
* | | Drop truth values; rename warning settingToon Nolten2019-08-182-11/+26
| | |
* | | Rephrase & MakeLeo Vivier2019-08-022-6/+4
| | |
* | | Rephrase & MakeLeo Vivier2019-08-022-14/+8
| | |
* | | Make docLeo Vivier2019-08-022-6/+15
| | |
* | | RephraseLeo Vivier2019-08-021-3/+6
| | |
* | | doc: Mention necessary macro escaping for chainLeo Vivier2019-08-021-0/+4
| |/ |/|
* | Reword flag docs to mention both rc and rifle confstoonn2019-06-182-7/+7
| |
* | manpage: FLAGS are set in rc.conf, not rifle.conf.Toni Kunic2019-06-181-1/+1
| |
* | Merge branch 'flexible_highlight'toonn2019-05-202-39/+22
|\ \
| * | Give HIGHLIGHT_TABWIDTH some lovetoonn2019-05-192-4/+13
| | | | | | | | | | | | | | | | | | Same treatment as for `HIGHLIGHT_STYLE`. The default value can be overridden by either setting the environment variable or specifying `--replace-tabs=` in `HIGHLIGHT_OPTIONS`.
| * | Remove theme lists from syntax highlighting docstoonn2019-05-192-37/+11
| | | | | | | | | | | | | | | | | | | | | We mention commands to retrieve all the theme names so the explicit lists are redundant and will probably get out of date sooner rather than later and considering we all enjoy updating the docs *so much*, I figured we should just drop those : )
c5e5b2bf36cb278'>bc98ddb2 ^
8a7ad05a ^
70f70118 ^
de49fb42 ^
760f683f ^
de49fb42 ^
f91179bd ^
3f41cca6 ^







760f683f ^
3f41cca6 ^

de49fb42 ^

8d72e565 ^

dd995c61 ^
8d72e565 ^

dd995c61 ^
8d72e565 ^
de49fb42 ^



795f5244 ^
166e3c0d ^

3f41cca6 ^
2b250717 ^
3f41cca6 ^

78c50205 ^
3f41cca6 ^


166e3c0d ^

de49fb42 ^

b2c86f7a ^
52f065c7 ^
8c2d96a9 ^






795f5244 ^
166e3c0d ^

3f41cca6 ^
2b250717 ^
3f41cca6 ^





78c50205 ^
3f41cca6 ^


166e3c0d ^

8c2d96a9 ^

b2c86f7a ^
8c2d96a9 ^
52f065c7 ^
8c2d96a9 ^
de49fb42 ^


f46db248 ^


b24eb476 ^

f46db248 ^








de49fb42 ^
8c2d96a9 ^
b24eb476 ^
795f5244 ^
de49fb42 ^
0f2781f8 ^

795f5244 ^
b24eb476 ^
795f5244 ^
b24eb476 ^
f46db248 ^

b24eb476 ^
6c96a437 ^
f46db248 ^

3f41cca6 ^

dddc384c ^
3f41cca6 ^

b24eb476 ^
8c2d96a9 ^
f46db248 ^
795f5244 ^

8cdfed6a ^


f10584ab ^
795f5244 ^
1326a4ec ^
260c3de2 ^
9a81d746 ^
1b76245c ^
607ddf33 ^
1326a4ec ^


1b76245c ^
1326a4ec ^
4cb5b567 ^
1326a4ec ^


1326a4ec ^
5f98a10c ^
f46db248 ^
f7b31a14 ^
f46db248 ^



f10584ab ^
f46db248 ^
795f5244 ^
f46db248 ^

4814bf94 ^

260c3de2 ^
9a81d746 ^
1b76245c ^
8e41a2b8 ^



1b76245c ^
8e41a2b8 ^
4cb5b567 ^
de49fb42 ^

3f41cca6 ^

dddc384c ^
3f41cca6 ^

f46db248 ^

3f41cca6 ^



f46db248 ^

6e21584e ^
f46db248 ^



1b76245c ^
f46db248 ^






























de49fb42 ^

8e41a2b8 ^



795f5244 ^
166e3c0d ^



8e41a2b8 ^







b24eb476 ^
795f5244 ^
d1b8d5ee ^
795f5244 ^
d1b8d5ee ^
795f5244 ^
8e41a2b8 ^
0f2781f8 ^

795f5244 ^
b24eb476 ^
6c96a437 ^
97e2700e ^
6c96a437 ^
795f5244 ^

7b7aa5f6 ^

1326a4ec ^
8e41a2b8 ^
97e2700e ^
8e41a2b8 ^

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