summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Thanks to @nanuda for the first implementation and inspiration.
* 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
| | | | | Fixes #502 Closes #505
* 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
| | | | Fixes #805
* 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
|
* Beta release 1.9.0b1 v1.9.0b1nfnty2017-02-102-2/+2
|
* commands: Add `quitall!`, Change behavior of `quit!`nfnty2017-02-093-14/+19
| | | | Fixes #802
* config.commands: quit, quitall: Don't exit if loader has workSamuel Walladge2017-02-083-8/+23
| | | | Fixes #739
* core.main: Catch the right tracebacknfnty2017-02-064-6/+6
|
* Add `$XDG_DATA_HOME` supportnfnty2017-02-052-4/+24
| | | | | Fixes #303 Fixes #448
* rifle: Add new option flag `-c`Samuel Walladge2017-02-052-6/+15
|
* Add setting `wrap_scroll`Samuel Walladge2017-02-053-2/+11
| | | | | | Adds ability to wrap around when scrolling. Fixes #176
* commands: rename_append: Add flagsnfnty2017-02-012-60/+63
| | | | | | | | | 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-013-2/+20
| | | | Fixes #409
* "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