summary refs log tree commit diff stats
path: root/doc/ranger.1
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'manw3moffset'toonn2018-10-261-1/+6
|\
| * Document w3m_offset in Settings section of manpagetoonn2018-10-091-17/+22
| |
* | Add size_in_bytes setting to show all sizes in bytesGermainZ2018-10-141-17/+20
|/
* Merge branch 'LeLobster-stborderw3mfix'toonn2018-10-081-16/+19
|\
| * Resolve requested changesLeLobster2018-10-071-3/+3
| |
| * Update man pages and config opt name to be generic in stead of stLeLobster2018-10-051-2/+2
| |
| * Add comment about st_border_offset in the man pageLeLobster2018-10-051-17/+16
| |
* | Add a bindable action for scrolling the file previewWojciech Siewierski2018-10-081-1/+4
|/
* Updated release doctoonn2018-09-101-2/+2
| | | | | | The very last step changed. Also replaced a stale link in the man page.
* If you can read this on Debian, you're living in the future v1.9.2toonn2018-09-091-1/+4
|
* Merge branch 'squigglezworth-master'toonn2018-09-081-4/+11
|\
| * Fix documentationtoonn2018-09-081-15/+16
| | | | | | | | | | | | Remove a setting that no longer exists from the man page. Reformat the comment in `rc.conf`. Use lower case `'none'` for consistency
| * Update manpage section on draw_borderssquigz2018-01-041-3/+10
| |
| * Update manpage with 'draw_separator' settingsquigz2018-01-041-1/+4
| |
* | Update man with a clearer entryLeo Vivier2018-09-021-1/+1
| |
* | Update manLeo Vivier2018-09-021-0/+3
| |
* | Add Alt-LEFT and Alt-RIGHT for moving between words in manLeo Vivier2018-09-011-4/+4
| |
* | Revert "Fix punctuation in READLINE-LIKE BINDINGS IN THE CONSOLE"Leo Vivier2018-09-011-3/+3
| | | | | | | | This reverts commit dedbabb8eb6035bcbd44c6163834247f1a0415cd.
* | Fix punctuation in READLINE-LIKE BINDINGS IN THE CONSOLELeo Vivier2018-09-011-3/+3
| | | | | | | | Adds full-stops at the end of every entry.
* | Add word-movement commands in console to man-pageLeo Vivier2018-09-011-10/+20
| |
* | Add an explicit "AND" filter combinatorWojciech Siewierski2018-08-191-0/+4
| | | | | | | | Closes #1268.
* | Implement the filter stack rotationWojciech Siewierski2018-08-191-1/+5
| | | | | | | | | | Tested to work both ways, so one can rotate by negative number to undo the previous positive rotation.
* | Merge branch 'master' into filter_stackWojciech Siewierski2018-07-151-1/+1
|\ \
| * | Fix a typo in the manpageWojciech Siewierski2018-07-151-2/+2
| | |
* | | Add the filter stack docsWojciech Siewierski2018-07-151-1/+28
|/ /
* | New setting: relative_current_zeroWojciech Siewierski2018-06-171-0/+4
| | | | | | | | Closes #1205.
* | Regenerate man pagestoonn2018-06-071-1/+10
| | | | | | | | | | The `.pod`s were merged so I regenerated the man pages to be sure they're correct.
* | Fixed manpages, tmux handlingmark-dawn2018-05-291-14/+6
| | | | | | | | | | | | | | | | Updated manapages Corrections to rc.conf Silenced the warning from pillow about image sizes Tmux session with kitty raises ImgDisplayUnsupportedError changed pager.py to also notify on ImgDispalyUnsupported Error
* | Bugfixes & Improvementsmark-dawn2018-05-291-0/+6
| | | | | | | | | | | | | | Fixed support for terminology terminal emulator Fixed the annoying bug affecting fast scrolling (tnkx@kovidgoyal) Refactored some code repeated for the whole module Eliminated some dependencies
* | Kitty image display alpha, merge-readymark-dawn2018-05-291-0/+17
| | | | | | | | | | | | | | | | Added more comments to the code reverted changes to default values in rc.conf addes explanations in rc.config about the new options Couple of small stylistic corrections after running make test Updated the man pages
* | Merge branch 'rangerpath'toonn2018-05-141-12/+19
|\ \
| * | Document change in :cd behaviortoonn2018-04-031-6/+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-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-4/+10
|\ \ \
| * \ \ Merge branch 'custom_free_space'toonn2018-05-091-0/+3
| |\ \ \
| | * | | Add new option to disable display of free disk space in statusbarStephane Fontaine2018-02-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-6/+9
| |\ \ \ \
| | * | | | Document system-wide configuration files.toonn2018-05-081-3/+6
| | | | | |
* | | | | | Refix typo "sytem"toonn2018-04-161-1/+1
| | | | | |
* | | | | | Add support for mutool pdf previews in scope.shtoonn2018-04-161-5/+5
|/ / / / /
* | | / / 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-051-4/+4
| | | |
* | | | Update the manpageWojciech Siewierski2018-03-041-1/+5
| |/ / |/| |
* | | Please do not turn off your phone while upgrading...Wojciech Siewierski2018-02-221-3/+3
| | |
* | | change website URLS to HTTPShut2018-02-051-7/+7
|/ / | | | | | | (Thanks to Klemens Nanni for pointing it out)
* | update homepage referenceshut2018-01-281-4/+4
| |
* | core.main: rearranged command line itemshut2018-01-281-2/+2
| |
* | Merge branch 'master' into v1.9.0hut2018-01-281-3/+35
|\ \
| * | manpage: document `viewmode` settinghut2018-01-281-0/+5
| | | | | | | | | | | | @hut: please document your settings in the man page too next time ;)
| * | manpage: document `vcs_backend_svn` settinghut2018-01-281-2/+2
| | | | | | | | | | | | @nfnty: please document your settings in the man page too next time ;)