summary refs log tree commit diff stats
path: root/doc/ranger.1
Commit message (Collapse)AuthorAgeFilesLines
* Tax loss harvesting release, nothing to see here v1.9.3toonn2019-12-311-1/+1
|
* Fix overflows in man page formattingtoonn2019-12-311-9/+11
|
* Refactor handle_multiplexertoonn2019-12-311-2/+2
| | | | | | | | | Split the method into name changing and resetting methods. `screen -Q` is relatively new so resetting the screen title won't work on systems with an older version, macOS for example. Fixes #1739
* Merge branch 'aRkedos-unique-file'toonn2019-12-301-14/+115
|\
| * Improve filter_stack documentationtoonn2019-12-271-15/+107
| | | | | | | | | | | | | | | | | | | | | | Add an entry about `filter_stack` to the man page, documenting the various subcommands and available filters. Add documentation about the new mappings. Add functionality to the `rotate` subcommand so you can pass the argument as a `quantifier`, i.e., a numeric prefix. Change the `.r` mapping to rely on this behavior accordingly, reducing the amount of unnecessary return pressing.
* | Merge branch 'wraptext' of https://github.com/toonn/rangerWojciech Siewierski2019-12-281-1/+5
|\ \
| * | Add a setting to wrap plain text previewstoonn2019-11-061-2/+6
| |/ | | | | | | Fixes #1304
* | Merge branch 'siikamiika-feat-update-icon-title'toonn2019-12-221-2/+2
|\ \
| * | Merge the title settingstoonn2019-12-221-7/+4
| | | | | | | | | | | | | | | Upon further consideration we've reconsidered and decided to merge the seperate title update settings.
| * | Merge branch 'master' into feat-update-icon-titlesiikamiika2019-12-091-53/+89
| |\|
| * | add update_icon_title optionsiikamiika2019-07-251-0/+3
| | | | | | | | | | | | resolves #1637
* | | Merge branch 'laktak-paste_conflict'toonn2019-12-221-1/+5
|\ \ \
| * | | Use readable formatting for the examplestoonn2019-12-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | `F<file_>` is rendered using underline in a man page, which makes the underscore hard to see. So I switched the file name examples for `pp` to use `C<file_>` which is rendered using "double quotation marks."
| * | | Add example and remove reference from docstoonn2019-12-221-2/+6
| | |/ | |/|
* | | Add list of optional deps to man pagetoonn2019-12-211-4/+60
| | | | | | | | | | | | | | | | | | | | | The man page was missing the various optional dependencies for previews. I revised and then copied the list from the `README.md`. Fixes #1781
* | | Merge branch 'leiserfg-patch-1'toonn2019-12-211-3/+9
|\ \ \ | |/ / |/| |
| * | Add bat to documentationtoonn2019-12-201-3/+9
| | |
* | | Expand :trash docstoonn2019-10-021-3/+8
| | |
* | | Document :trash commandtoonn2019-10-021-1/+7
| | |
* | | Reword the vcs_msg_length docsWojciech Siewierski2019-10-021-1/+2
| | |
* | | Add a configurable VCS max message lengthWojciech Siewierski2019-10-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Previously it was hardcoded as 50, let's make it easy to change for the user. Improves upon #1705. Related to #1704.
* | | Document tab_shift keybindingstoonn2019-09-241-1/+4
| | | | | | | | | | | | Fixes #1592
* | | Add multiple section headings for command variationstoonn2019-09-231-5/+28
| | | | | | | | | | | | | | | I also added a utf8 encoding directive because pod2man complains otherwise and I see no reason not to have a utf8 manpage.
* | | Give cmap and cunmap and friends similar treatmentToon Nolten2019-09-201-24/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | No longer will searching the docs say "Look elsewhere for the information you were hoping to find." All these sections did was clutter search results. I took the liberty to reorder all the "taskview or pager" entries because for some reason they weren't alphabetic.
* | | Remove redundant copymap sectionstoonn2019-09-181-11/+2
| | | | | | | | | | | | | | | | | | | | | | | | The extra entries pointing from `copycmap` and co. to `copymap` only contributed noise and confusion making their explanation harder to find. This has summarily been dealt with using my exemplary SEO skills ; ) Fixes #1678
* | | Add example to copymap manpage entrytoonn2019-09-181-2/+3
| | | | | | | | | | | | Fixes #1678
* | | Capitalize LinuxToon Nolten2019-09-171-12/+12
| | |
* | | Document überzug preview method in the manpagetoonn2019-09-171-0/+10
| | | | | | | | | | | | Fixes #1453
* | | Reorder preview method sections alphabeticallytoonn2019-09-171-17/+17
| | |
* | | Manpage typo for kitty preview methodtoonn2019-09-171-12/+12
| | |
* | | Correct the description of 'quit'Benno Schulenberg2019-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | Quit closes a tab only when there is more than one tab; otherwise, it quits the program. Also fix a typo.
* | | Regenerate the manpagesWojciech Siewierski2019-08-181-11/+11
| | |
* | | Drop truth values; rename warning settingToon Nolten2019-08-181-11/+18
| | |
* | | Rephrase & MakeLeo Vivier2019-08-021-3/+2
| | |
* | | Rephrase & MakeLeo Vivier2019-08-021-7/+4
| | |
* | | Make docLeo Vivier2019-08-021-6/+7
| | |
* | | RephraseLeo Vivier2019-08-021-3/+6
| | |
* | | doc: Mention necessary macro escaping for chainLeo Vivier2019-08-021-0/+4
| |/ |/|
* | 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
| |