summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* doc/ranger.1: Reorder the settings alphabeticallyWojciech Siewierski2018-03-053-9/+9
* Update the manpageWojciech Siewierski2018-03-041-1/+5
* Add the 'hint_collapse_threshold' that controls when the submaps are collapsedWojciech Siewierski2018-03-041-0/+5
* elaborated on how to tag a commithut2018-02-221-1/+3
* Added chapter about preparing the stable branch before releasehut2018-02-221-0/+23
* Please do not turn off your phone while upgrading...Wojciech Siewierski2018-02-222-5/+5
* removed redundant directive in howto-publish-a-release.mdhut2018-02-211-1/+0
* update howto-publish-a-release.mdhut2018-02-211-2/+4
* change website URLS to HTTPShut2018-02-053-12/+12
* update homepage referenceshut2018-01-283-8/+8
* core.main: rearranged command line itemshut2018-01-282-4/+4
* Merge branch 'master' into v1.9.0hut2018-01-282-4/+73
|\
| * manpage: document `viewmode` settinghut2018-01-282-0/+11
| * manpage: document `vcs_backend_svn` settinghut2018-01-282-3/+3
| * manpage: documented `show_selection_in_titlebar` settinghut2018-01-282-0/+7
| * manpage: documented `preview_images_method` settinghut2018-01-282-0/+9
| * manpage: documented `open_all_images` settinghut2018-01-282-0/+9
| * manpage: documented `iterm2_font_{width,height}` settingshut2018-01-282-0/+18
| * manpage: documented `global_inode_type_filter` settinghut2018-01-282-1/+16
* | WIP of version bumphut2018-01-252-2/+2
|/
* Renamed `cd_tab_smart` to `cd_tab_fuzzy`hut2018-01-253-7/+9
* Prefer VISUAL to EDITORtoonn2018-01-234-11/+33
* Merge branch 'master' of https://github.com/jgreco/rangerhut2017-12-202-0/+8
|\
| * Add config opts for iTerm2 font size (for preview)john2017-10-223-2/+10
* | Bump the version in README and the manpageWojciech Siewierski2017-12-072-5/+5
|/
* Merge branch 'one-indexed' of https://github.com/n1amr/rangerhut2017-10-172-0/+15
|\
| * add settings option to use one indexed line numbersAmr Alaa2017-09-173-2/+17
* | Add option 'save_backtick_bookmark', fixes #947hut2017-10-013-2/+11
* | doc/ranger.1: mention that "t" flag uses x-terminal-emulatorhut2017-09-262-4/+4
* | rebuilt man pagehut2017-09-262-5/+5
|/
* doc/tools: Fix shebangnfnty2017-07-302-3/+4
* doc/ranger.1: mention "FROZEN", so people can grep ithut2017-07-162-8/+10
* add "F" key to toggle new "freeze_files" optionhut2017-07-163-2/+26
* fix pylint nagging about performance_test.py on py2hut2017-07-161-0/+1
* add doc/tools/performance_test.pyhut2017-07-161-0/+40
* Update the manpage: add --show-only-dirsWojciech Siewierski2017-06-162-1/+12
* commands: cd: Implement smart tab completion with less typingnfnty2017-03-263-2/+9
* doc: ranger: Reorder some settingsnfnty2017-03-192-18/+18
* commands: Add setting for cd tab completion case sensitivityDmitry Kryukov2017-03-192-0/+17
* Add ability to save/restore tabsVitaly Belman2017-03-193-2/+13
* Beta release 1.9.0b5 v1.9.0b5nfnty2017-02-192-2/+2
* doc: howto-publish-a-release: Add tag stepsnfnty2017-02-191-1/+2
* doc/howto-publish-a-release: Use `*` for bullet listsnfnty2017-02-171-29/+29
* doc: man: Clarify config sourcingnfnty2017-02-163-26/+20
* setup.py: Use distutils by defaultnfnty2017-02-111-1/+1
* Beta release 1.9.0b4 v1.9.0b4nfnty2017-02-102-2/+2
* Beta release 1.9.0b3 v1.9.0b3nfnty2017-02-102-2/+2
* doc/howto-publish-a-release: Change to markdownnfnty2017-02-102-39/+49
* release docs: Add PyPI releasenfnty2017-02-101-4/+16
* Beta release 1.9.0b2 v1.9.0b2nfnty2017-02-102-2/+2
/a> 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