about summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'custom_free_space'toonn2018-05-092-0/+7
|\
| * Add new option to disable display of free disk space in statusbarStephane Fontaine2018-02-242-0/+7
| | | | | | | | | | | | Fixes #1087 Useful on high-latency filesystems as it avoid calls to statvfs system call which costs: (number of redraw) * latency.
* | Merge branch 'systemconf'toonn2018-05-082-8/+14
|\ \
| * | Document system-wide configuration files.toonn2018-05-082-5/+11
| | |
* | | Apply patch from debian package: 0004-fix-type-in-manpage.patchhut2018-04-011-1/+1
| | | | | | | | | | | | | | | Description: Fix typo in manpage Author: Mateusz Łukasik <mati75@linuxmint.pl>
* | | 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
|/ | | | (Thanks to Klemens Nanni for pointing it out)
* 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
| | | | | | | | @hut: please document your settings in the man page too next time ;)
| * manpage: document `vcs_backend_svn` settinghut2018-01-282-3/+3
| | | | | | | | @nfnty: please document your settings in the man page too next time ;)
| * manpage: documented `show_selection_in_titlebar` settinghut2018-01-282-0/+7
| | | | | | | | @Klinkenstecker: please document your settings in the man page next time ;)
| * manpage: documented `preview_images_method` settinghut2018-01-282-0/+9
| | | | | | | | | | @kattrali: please add a distinct entry in the man page for every setting you add
| * manpage: documented `open_all_images` settinghut2018-01-282-0/+9
| | | | | | | | @hut: please document your settings in the man page too next time ;)
| * manpage: documented `iterm2_font_{width,height}` settingshut2018-01-282-0/+18
| | | | | | | | @jgreco: please document your settings in the man page too next time ;)
| * manpage: documented `global_inode_type_filter` settinghut2018-01-282-1/+16
| | | | | | | | @randynobx: please document your settings in the man page too next time ;)
* | WIP of version bumphut2018-01-252-2/+2
|/
* Renamed `cd_tab_smart` to `cd_tab_fuzzy`hut2018-01-253-7/+9
| | | | | | "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-234-11/+33
| | | | | | | | | | | | | `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
* 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
| | | | | | | | | | | | | | | | Add two config options "iterm2_font_width" and "iterm2_font_height" that override the default values of _minimum_font_width and _minimum_font_height in ITerm2ImageDisplayer. The default values may cause preview distortion if set too high (Issue #499) or result in the preview being smaller than necessary if set too low.
* | 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
| | | | | | | | | 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".
* 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