about summary refs log tree commit diff stats
path: root/doc/ranger.1
Commit message (Collapse)AuthorAgeFilesLines
* Reword flag docs to mention both rc and rifle confstoonn2019-06-181-4/+4
|
* Merge branch 'flexible_highlight'toonn2019-05-201-20/+11
|\
| * Give HIGHLIGHT_TABWIDTH some lovetoonn2019-05-191-2/+6
| | | | | | | | | | | | Same treatment as for `HIGHLIGHT_STYLE`. The default value can be overridden by either setting the environment variable or specifying `--replace-tabs=` in `HIGHLIGHT_OPTIONS`.
| * Remove theme lists from syntax highlighting docstoonn2019-05-191-19/+6
| | | | | | | | | | | | | | We mention commands to retrieve all the theme names so the explicit lists are redundant and will probably get out of date sooner rather than later and considering we all enjoy updating the docs *so much*, I figured we should just drop those : )
| * Add missing documentation for syntax highlightingtoonn2019-05-171-11/+43
| | | | | | | | | | `HIGHLIGHT_STYLE`, `HIGHLIGHT_OPTIONS` and `PYGMENTIZE_STYLE` affect ranger and should therefore be documented in the manual.
* | Merge new and old %any documentationtoonn2019-05-181-20/+60
| | | | | | | | | | | | Some new docs were written up for the %any macro but they were in the wrong place. There were also some whitespace issues that snuck into the last commit that needed fixing up.
* | Add missing documentation for syntax highlightingtoonn2019-05-181-11/+43
|/ | | | | `HIGHLIGHT_STYLE`, `HIGHLIGHT_OPTIONS` and `PYGMENTIZE_STYLE` affect ranger and should therefore be documented in the manual.
* Merge branch 'human-linemodes' of https://github.com/joelostblom/ranger into ↵Wojciech Siewierski2019-04-271-2/+8
|\ | | | | | | joelostblom-human-linemodes
| * Document all the linemodestoonn2019-04-231-2/+8
| |
* | rebuild man pageshut2019-04-031-16/+14
| |
* | Phrasing changeWojciech Siewierski2019-03-101-1/+1
| |
* | Update the manpageWojciech Siewierski2019-03-101-2/+5
| |
* | Fix typo in manpagetoonn2019-02-241-2/+2
| | | | | | | | | | Spotted a `2?` where I'd expected `?c`, figured maybe prefixing might work but testing showed it doesn't.
* | Clarify some paths in manpage point to the repotoonn2019-02-161-4/+4
|/
* 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.