about summary refs log tree commit diff stats
path: root/doc/ranger.pod
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'master' of https://github.com/esm7/rangerErez Shermer2018-06-071-10/+37
|\ \ \
| * | | Make the w3m delay configurableWojciech Siewierski2018-06-011-0/+5
| |/ /
| * | Merge branch 'rangerpath'toonn2018-05-141-6/+21
| |\ \
| | * | Document change in :cd behaviortoonn2018-04-031-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | Added a sentence about the file selecting behavior of `:cd` to the docstring and the manpage. Added missing `=back` to POSITIONAL ARGUMENTS section in the manpage.
| | * | Added positional arguments section to manpagetoonn2018-03-311-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The optional positional argument "path" wasn't documented, changed the argument to "path ..." because you can provide more than one and documented what happens. Added a sentence to the `--selectfile` item pointing out it's superceded by the positional arguments.
| * | | Merge branch 'master' into mutoolhut2018-05-131-2/+9
| |\ \ \
| | * \ \ Merge branch 'custom_free_space'toonn2018-05-091-0/+4
| | |\ \ \
| | | * | | Add new option to disable display of free disk space in statusbarStephane Fontaine2018-02-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-081-2/+5
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Document system-wide configuration files.toonn2018-05-081-2/+5
| | | | | |
| * | | | | Refix typo "sytem"toonn2018-04-161-1/+1
| | | | | |
| * | | | | Add support for mutool pdf previews in scope.shtoonn2018-04-161-1/+1
| |/ / / /
* / / / / Proper usage of the bidi settingErez Shermer2018-06-071-0/+6
|/ / / /
* | | | doc/ranger.1: Reorder the settings alphabeticallyWojciech Siewierski2018-03-051-4/+4
| | | |
* | | | Add the 'hint_collapse_threshold' that controls when the submaps are collapsedWojciech Siewierski2018-03-041-0/+5
| |/ / |/| |
* | | change website URLS to HTTPShut2018-02-051-3/+3
|/ / | | | | | | (Thanks to Klemens Nanni for pointing it out)
* | update homepage referenceshut2018-01-281-2/+2
| |
* | core.main: rearranged command line itemshut2018-01-281-2/+2
| |
* | manpage: document `viewmode` settinghut2018-01-281-0/+6
| | | | | | | | @hut: please document your settings in the man page too next time ;)
* | manpage: document `vcs_backend_svn` settinghut2018-01-281-1/+1
| | | | | | | | @nfnty: please document your settings in the man page too next time ;)
* | manpage: documented `show_selection_in_titlebar` settinghut2018-01-281-0/+4
| | | | | | | | @Klinkenstecker: please document your settings in the man page next time ;)
* | manpage: documented `preview_images_method` settinghut2018-01-281-0/+5
| | | | | | | | | | @kattrali: please add a distinct entry in the man page for every setting you add
* | manpage: documented `open_all_images` settinghut2018-01-281-0/+5
| | | | | | | | @hut: please document your settings in the man page too next time ;)
* | manpage: documented `iterm2_font_{width,height}` settingshut2018-01-281-0/+10
| | | | | | | | @jgreco: please document your settings in the man page too next time ;)
* | manpage: documented `global_inode_type_filter` settinghut2018-01-281-0/+7
| | | | | | | | @randynobx: please document your settings in the man page too next time ;)
* | Renamed `cd_tab_smart` to `cd_tab_fuzzy`hut2018-01-251-2/+3
| | | | | | | | | | | | "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-231-2/+8
|/ | | | | | | | | | | | | `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
* Add config opts for iTerm2 font size (for preview)john2017-10-221-0/+4
| | | | | | | | 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.
* Merge branch 'one-indexed' of https://github.com/n1amr/rangerhut2017-10-171-0/+7
|\
| * add settings option to use one indexed line numbersAmr Alaa2017-09-171-0/+7
| |
* | Add option 'save_backtick_bookmark', fixes #947hut2017-10-011-0/+5
| |
* | doc/ranger.1: mention that "t" flag uses x-terminal-emulatorhut2017-09-261-2/+2
|/
* doc/ranger.1: mention "FROZEN", so people can grep ithut2017-07-161-4/+5
|
* add "F" key to toggle new "freeze_files" optionhut2017-07-161-0/+13
| | | | | | | | | 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".
* Update the manpage: add --show-only-dirsWojciech Siewierski2017-06-161-0/+6
|
* commands: cd: Implement smart tab completion with less typingnfnty2017-03-261-0/+4
| | | | Thanks to @nanuda for the first implementation and inspiration.
* doc: ranger: Reorder some settingsnfnty2017-03-191-10/+10
|
* commands: Add setting for cd tab completion case sensitivityDmitry Kryukov2017-03-191-0/+8
|
* Add ability to save/restore tabsVitaly Belman2017-03-191-0/+6
| | | | | Fixes #502 Closes #505
* doc: man: Clarify config sourcingnfnty2017-02-161-12/+9
|
* commands: Add `quitall!`, Change behavior of `quit!`nfnty2017-02-091-6/+9
| | | | Fixes #802
* config.commands: quit, quitall: Don't exit if loader has workSamuel Walladge2017-02-081-3/+11
| | | | Fixes #739
* core.main: Catch the right tracebacknfnty2017-02-061-1/+1
|
* Add `$XDG_DATA_HOME` supportnfnty2017-02-051-2/+13
| | | | | Fixes #303 Fixes #448
* Add setting `wrap_scroll`Samuel Walladge2017-02-051-0/+5
| | | | | | Adds ability to wrap around when scrolling. Fixes #176
* commands: rename_append: Add flagsnfnty2017-02-011-28/+31
| | | | | | | | | 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-0/+9
| | | | Fixes #409
* "title bar" -> "titlebar"nfnty2017-01-291-1/+1
|
* Add setting `hostname_in_titlebar`nfnty2017-01-291-0/+4
| | | | Fixes #782
* config.commands: `setlocal`: Properly parse path with spacesnfnty2017-01-241-0/+3
| | | | | | Added proper quote parsing Fixes #753