summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* "title bar" -> "titlebar"nfnty2017-01-292-2/+2
|
* Add setting `hostname_in_titlebar`nfnty2017-01-293-2/+9
| | | | Fixes #782
* config.commands: `setlocal`: Properly parse path with spacesnfnty2017-01-243-2/+8
| | | | | | Added proper quote parsing Fixes #753
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-2/+2
| | | | | | | Handle exceptions explicitly to prevent unexpected errors from causing problems. Improve exception and notification logging.
* Python 3 division: Import `division` from `__future__`nfnty2017-01-213-3/+3
|
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-173-0/+6
|
* linting: pylint and flake8nfnty2017-01-173-23/+23
|
* ranger in danger because of some stranger v1.8.1hut2017-01-082-2/+2
|
* git commit -m 'git commit -m git\ commit\ -m\ '\''Happy\ Holidays\!'\' v1.8.0hut2016-12-243-17/+13
|
* Fix the urxvt preview documentationWojciech Siewierski2016-10-082-6/+6
|
* Implement the urxvt-based image previewsWojciech Siewierski2016-10-052-10/+48
|
* manpage: rebuildhut2016-09-032-27/+20
|
* manpage: Document how to escape macroshut2016-09-032-2/+6
|
* fix documentation typonightsense2016-08-151-1/+1
|
* Merge branch 'document-scout-flag-r' of https://github.com/nevimov/rangerhut2016-07-051-0/+1
|\
| * Document -r flag for scout commandnevimov2016-06-271-0/+1
| | | | | | | | | | The default rc.conf uses 'scout' with the '-r' flag in several places, but the flag isn't documented.
* | Fix misspellingsstepshal2016-06-261-1/+1
|/
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-2/+2
|
* removed screenshot. It's in the repository `ranger-assets` nowhut2016-06-211-0/+0
|
* Merge branch 'W931' of https://github.com/stepshal/rangerhut2016-06-181-1/+0
|\
| * Remove blank lines at end of filestepshal2016-06-161-1/+0
| |
* | Add two blank lines where is expectedstepshal2016-06-163-0/+3
|/
* doc/tools/print_colors.py: remove trailing newlinestepshal2016-06-071-1/+0
| | | | remove trailing newline
* merge setting "relative_line_numbers" into "line_numbers"hut2016-05-242-14/+15
| | | | | | | 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-242-1/+17
|\
| * Add man description.Mark Rogalski2016-05-162-1/+17
| |
* | Manpage: added documentation about commands in pluginshut2016-05-242-3/+11
|/
* doc/ranger.pod: fix #544 in man page source file toohut2016-05-131-1/+1
|
* `draw_progress_bar_in_statusbar' does not existmrogalski2016-05-111-2/+2
|
* doc/ranger.1: document :source commandhut2016-04-152-1/+20
|
* rebuilt man pagehut2016-04-061-0/+5
|
* allow toggling options with `:set <option>!`hut2016-04-032-1/+11
|
* doc/ranger.1: Added documentation for {yd}{art} key bindingshut2016-03-252-5/+11
|
* updating docs with 'clear_filters_on_dir_change' flagVitaly Belman2016-03-251-0/+4
|
* Add %confdir macroCiro Santilli2016-03-211-0/+2
|
* rebuild man pageshut2016-02-242-6/+14
|
* doc/ranger.1: add example for setintaghut2016-02-241-0/+5
|
* added ranger.desktop file, fixes #346hut2016-01-251-0/+9
|
* ranger.pod: describe that :setlocal path is a regexhut2016-01-012-1/+9
| | | | fixes #443
* Added :echo command, disabled :notify commandhut2015-11-142-1/+10
|
* fixed line widths in commit a090d85 (#400)hut2015-11-141-2/+2
|
* Added %p macro for full paths of selected files.The Flying Rapist2015-10-181-2/+3
|
* Fixed that rare bug with the fireballs and explosions v1.7.2hut2015-10-042-3/+3
|
* doc/tools/print_keys.py: print mouse events toohut2015-10-041-1/+7
|
* rc.conf: added pP/pO keys for FIFO-queued copying, fixes #345hut2015-10-042-2/+11
|
* doc/cheatsheet.svg: removed bad "(4)" reference from "g" keyhut2015-05-071-1/+1
|
* doc/cheatsheet.svg: added text about commandshut2015-05-071-0/+94
|
* doc/howto-publish-a-release.txt: Use the right key for signinghut2015-05-041-1/+1
|
* Initial commit v1.7.1hut2015-05-042-2/+2
|
* cheatsheet: added whitespace in git linkhut2015-05-021-1/+1
|
' href='#n155'>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