summary refs log tree commit diff stats
path: root/doc/rifle.1
Commit message (Collapse)AuthorAgeFilesLines
* If you can read this on Debian, you're living in the future v1.9.2toonn2018-09-091-1/+1
|
* Merge branch 'squigglezworth-master'toonn2018-09-081-9/+13
|\
| * Update manpage with 'draw_separator' settingsquigz2018-01-041-1/+1
| |
* | Regenerate man pagestoonn2018-06-071-1/+1
| | | | | | | | | | The `.pod`s were merged so I regenerated the man pages to be sure they're correct.
* | Fixed manpages, tmux handlingmark-dawn2018-05-291-2/+2
| | | | | | | | | | | | | | | | Updated manapages Corrections to rc.conf Silenced the warning from pillow about image sizes Tmux session with kitty raises ImgDisplayUnsupportedError changed pager.py to also notify on ImgDispalyUnsupported Error
* | doc/ranger.1: Reorder the settings alphabeticallyWojciech Siewierski2018-03-051-1/+1
| |
* | Please do not turn off your phone while upgrading...Wojciech Siewierski2018-02-221-2/+2
| |
* | WIP of version bumphut2018-01-251-1/+1
| |
* | Renamed `cd_tab_smart` to `cd_tab_fuzzy`hut2018-01-251-1/+1
| | | | | | | | | | | | "Fuzzy" is the more applicable term here. "Smart" is often associated with case sensitivity. So it would avoid confusion between `set cd_tab_case smart` and `set cd_tab_smart true`.
* | Prefer VISUAL to EDITORtoonn2018-01-231-3/+8
|/ | | | | | | | | | | | | `VISUAL` is often misused to mean desktop GUI editor it's actual purpose was to distinguish editors like `vi` (which is short for visual) from editors like `ed` (which was probably short for editor), `EDITOR` is actually intended to point to one of the latter. Rifle still defaults to `vim` if both variables are undefined, even with an old `rifle.conf` after trying to fall back on `EDITOR`. For some better information on this see, https://unix.stackexchange.com/a/334022
* Bump the version in README and the manpageWojciech Siewierski2017-12-071-2/+2
|
* Add option 'save_backtick_bookmark', fixes #947hut2017-10-011-1/+1
|
* rebuilt man pagehut2017-09-261-2/+2
|
* add "F" key to toggle new "freeze_files" optionhut2017-07-161-1/+1
| | | | | | | | | Excerpt from man page: Toggle "freeze_files" setting. When active, directories and files will not be loaded, improving performance when all the files you need are already loaded. This does not affect file previews, which can be toggled with "zI".
* commands: cd: Implement smart tab completion with less typingnfnty2017-03-261-1/+1
| | | | Thanks to @nanuda for the first implementation and inspiration.
* Add ability to save/restore tabsVitaly Belman2017-03-191-1/+1
| | | | | Fixes #502 Closes #505
* Beta release 1.9.0b5 v1.9.0b5nfnty2017-02-191-1/+1
|
* doc: man: Clarify config sourcingnfnty2017-02-161-1/+1
|
* Beta release 1.9.0b4 v1.9.0b4nfnty2017-02-101-1/+1
|
* Beta release 1.9.0b3 v1.9.0b3nfnty2017-02-101-1/+1
|
* Beta release 1.9.0b2 v1.9.0b2nfnty2017-02-101-1/+1
|
* Beta release 1.9.0b1 v1.9.0b1nfnty2017-02-101-1/+1
|
* commands: Add `quitall!`, Change behavior of `quit!`nfnty2017-02-091-1/+1
| | | | Fixes #802
* config.commands: quit, quitall: Don't exit if loader has workSamuel Walladge2017-02-081-1/+1
| | | | Fixes #739
* core.main: Catch the right tracebacknfnty2017-02-061-1/+1
|
* rifle: Add new option flag `-c`Samuel Walladge2017-02-051-3/+7
|
* Add setting `wrap_scroll`Samuel Walladge2017-02-051-1/+1
| | | | | | Adds ability to wrap around when scrolling. Fixes #176
* Add command for jumping to first non-directory/non-fileThe Flying Rapist2017-02-011-1/+1
| | | | Fixes #409
* Add setting `hostname_in_titlebar`nfnty2017-01-291-1/+1
| | | | Fixes #782
* config.commands: `setlocal`: Properly parse path with spacesnfnty2017-01-241-1/+1
| | | | | | Added proper quote parsing Fixes #753
* ranger in danger because of some stranger v1.8.1hut2017-01-081-1/+1
|
* git commit -m 'git commit -m git\ commit\ -m\ '\''Happy\ Holidays\!'\' v1.8.0hut2016-12-241-1/+1
|
* manpage: rebuildhut2016-09-031-14/+10
|
* rebuild man pageshut2016-02-241-1/+1
|
* Fixed that rare bug with the fireballs and explosions v1.7.2hut2015-10-041-2/+2
|
* Initial commit v1.7.1hut2015-05-041-1/+1
|
* Should I dual ranger/cleric or wait for the THAC0 bonus? v1.7.0hut2015-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 7236dde27bf33fec5097c223f0d70598b10ba05f Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 14:33:59 2015 +0200 wrote changelog entry commit 73e76b0f9a22ad8122154c4a2763c27ebce9be37 Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 13:41:27 2015 +0200 update version number in man page commit b1948b9382027ed55d095a936610bc62f7cdba9a Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 13:41:08 2015 +0200 update rifle version number commit a96a8a808a3c68eb848a3e0361fd95cb8c643d59 Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 13:34:59 2015 +0200 s/ranger-master/ranger-stable/ commit 6967a48193227b4a0c843e8831e5511005179f69 Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 13:33:06 2015 +0200 updated version number commit 0cbc401fd25fc4d307d026628e12ef1106a42bdf Author: hut <hut@lepus.uberspace.de> Date: Mon Apr 13 13:18:26 2015 +0200 updated version info in example plugins
* ranger.1: added documentation for %rangerdir and %space macroshut2015-04-101-1/+1
|
* container.directory: implemented random sortinghut2014-08-261-1/+1
|
* fix references to README.mdhut2014-08-221-2/+2
|
* Add setting "automatically_count_files"hut2014-04-111-1/+1
|
* rebuilt man pages with new pod2man versionhut2013-06-211-11/+20
|
* RANGER! RANGER! HIGH VOLTAGE! v1.6.1hut2013-05-241-1/+1
|
* rifle: added --version optionhut2013-03-011-1/+1
|
* doc/rifle.1: added whitespace at exampleshut2013-02-181-9/+21
|
* doc/rifle.1: Added man page for riflehut2013-02-181-0/+211
ain&id=f5f4b698533b3d7a5016d1d80c5d59e2c2d8ea6e'>^
01152aa2 ^
9ea76483 ^
15ab959d ^
9ea76483 ^
15ab959d ^

1848b18f ^









9ea76483 ^

9ea76483 ^
9ea76483 ^
9ea76483 ^
9ea76483 ^
9ea76483 ^
9ea76483 ^
decaddb4 ^













3d45bf38 ^












































c062697c ^






























































3ba63579 ^
c062697c ^

3ba63579 ^
32f6079f ^





























15ab959d ^



























3c6784a8 ^

15ab959d ^




9cc16d04 ^
15ab959d ^






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