summary refs log tree commit diff stats
path: root/doc/ranger.1
Commit message (Collapse)AuthorAgeFilesLines
* doc: man: Clarify config sourcingnfnty2017-02-161-13/+10
|
* 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-7/+9
| | | | Fixes #802
* config.commands: quit, quitall: Don't exit if loader has workSamuel Walladge2017-02-081-4/+11
| | | | Fixes #739
* core.main: Catch the right tracebacknfnty2017-02-061-2/+2
|
* Add `$XDG_DATA_HOME` supportnfnty2017-02-051-2/+11
| | | | | Fixes #303 Fixes #448
* Add setting `wrap_scroll`Samuel Walladge2017-02-051-1/+5
| | | | | | Adds ability to wrap around when scrolling. Fixes #176
* commands: rename_append: Add flagsnfnty2017-02-011-32/+32
| | | | | | | | | Adds ability to position before all extensions. Adds ability to remove everything except extensions. Fixes issue when `flat` is used, where it would jump to parent extension. Fixes #744
* Add command for jumping to first non-directory/non-fileThe Flying Rapist2017-02-011-1/+10
| | | | Fixes #409
* "title bar" -> "titlebar"nfnty2017-01-291-1/+1
|
* Add setting `hostname_in_titlebar`nfnty2017-01-291-1/+4
| | | | Fixes #782
* config.commands: `setlocal`: Properly parse path with spacesnfnty2017-01-241-1/+4
| | | | | | 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-14/+10
|
* Fix the urxvt preview documentationWojciech Siewierski2016-10-081-4/+4
|
* Implement the urxvt-based image previewsWojciech Siewierski2016-10-051-10/+32
|
* manpage: rebuildhut2016-09-031-13/+10
|
* manpage: Document how to escape macroshut2016-09-031-2/+4
|
* merge setting "relative_line_numbers" into "line_numbers"hut2016-05-241-7/+9
| | | | | | | line_numbers now takes a string rather than a bool, with the valid values "false", "absolute" and "relative". Related to #546
* Merge branch 'linum' of https://github.com/mrogalski/rangerhut2016-05-241-1/+8
|\
| * Add man description.Mark Rogalski2016-05-161-1/+8
| |
* | Manpage: added documentation about commands in pluginshut2016-05-241-2/+6
|/
* `draw_progress_bar_in_statusbar' does not existmrogalski2016-05-111-2/+2
|
* doc/ranger.1: document :source commandhut2016-04-151-1/+11
|
* rebuilt man pagehut2016-04-061-0/+5
|
* allow toggling options with `:set <option>!`hut2016-04-031-1/+7
|
* doc/ranger.1: Added documentation for {yd}{art} key bindingshut2016-03-251-3/+6
|
* rebuild man pageshut2016-02-241-5/+13
|
* ranger.pod: describe that :setlocal path is a regexhut2016-01-011-1/+5
| | | | fixes #443
* Added :echo command, disabled :notify commandhut2015-11-141-1/+5
|
* Fixed that rare bug with the fireballs and explosions v1.7.2hut2015-10-041-1/+1
|
* rc.conf: added pP/pO keys for FIFO-queued copying, fixes #345hut2015-10-041-2/+6
|
* 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
* doc/ranger.1: fix paths in RESOURCES sectionhut2015-04-131-3/+3
|
* moved "doc/examples" to "examples" for more visibilityhut2015-04-131-1/+1
|
* doc/ranger.1: updated RESOURCES sectionhut2015-04-131-2/+7
|
* doc/ranger.1: added entries for :help and :setintaghut2015-04-131-1/+11
|
* ranger.1: added documentation for %rangerdir and %space macroshut2015-04-101-1/+9
|
* new linemode with the information from file(1)Wojciech Siewierski2015-03-301-2/+6
|
* Consolidate image preview method preferencesDelisa Mason2015-03-091-2/+2
| | | | | * Remove use_w3m_image_preview and use_iterm2_image_preview in favor of preview_images_method, easing the development of other image preview methods as needed
* Update documentationDelisa Mason2015-03-081-4/+17
|
* add setting for sorting by unicode characterhut2015-03-031-1/+5
|
* doc/ranger.1: updated man page to reflect --copy-config changeshut2015-02-181-2/+13
|
* doc/ranger.1: clarify vifon's man page changehut2015-02-061-6/+7
|
* doc/ranger.1: added some information about the config file loading processWojciech Siewierski2015-02-041-1/+11
|
* doc/ranger.1: updated man page entry for "sort" optionhut2015-01-291-4/+4
|
k/mu/commit/032array.cc?h=main&id=551d155c663a7478efd08fac2db35eda096bef97'>551d155c ^
a55bbd06 ^
bc643692 ^




10ffce98 ^
a55bbd06 ^
551d155c ^




bc643692 ^







10ffce98 ^
551d155c ^


051c4738 ^
551d155c ^

bc643692 ^







10ffce98 ^
551d155c ^

a55bbd06 ^
7284d503 ^
1848b18f ^
551d155c ^
1848b18f ^
bc643692 ^




1848b18f ^
551d155c ^
1848b18f ^


a55bbd06 ^
363be37f ^
a55bbd06 ^

e4630643 ^



0487a30e ^
46026f62 ^
35064671 ^
46026f62 ^

18e626df ^




827898fc ^
fca0ebbe ^
363be37f ^
551d155c ^
35064671 ^
551d155c ^

ac0e9db5 ^
cfb142b9 ^
827898fc ^
a55bbd06 ^

c8a58cdc ^
551d155c ^


bc643692 ^







10ffce98 ^
551d155c ^


051c4738 ^
551d155c ^

bc643692 ^







10ffce98 ^
551d155c ^


c8a58cdc ^



bc643692 ^



afa42503 ^
c8a58cdc ^





363be37f ^
c8a58cdc ^

e4630643 ^



c8a58cdc ^
363be37f ^
e4630643 ^
c8a58cdc ^

18e626df ^



cfb142b9 ^
c8a58cdc ^


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