about summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* convert_papermode_to_metadata: Drop disappeared Pylint optionstoonn2022-02-051-2/+0
|
* doc: Add rsvg-convert to the man pagetoonn2022-02-052-2/+8
|
* doc: Drop Imagemagick for SVG previewtoonn2022-02-051-1/+1
|
* man: Regenerate ranger man pagetoonn2021-11-131-1/+1
|
* Fix wrong hotkeys in the manualGuillermo Gómez2021-11-122-6/+6
|
* doc: Document setinpath and setinregextoonn2021-09-052-23/+57
| | | | Fixes #2355
* man: Regex chars have to be escaped in setlocaljakanakae-envangel2021-09-022-3/+5
|
* Merge branch 'doc-deletion-confirmation'toonn2021-09-011-1/+1
|\
| * Fix deletion confirmation default indicationtoonn2020-08-222-2/+2
| |
* | doc/tools: Silence encoding linttoonn2021-08-271-1/+5
| |
* | Remove trailing whitespacea13460542021-08-251-1/+1
| |
* | Fix incorrect information in manpagesa13460542021-08-252-4/+4
| |
* | Merge branch 'libera'toonn2021-08-182-1/+16
|\ \
| * | doc: Use the same wording for the webchattoonn2021-05-282-4/+6
| | |
| * | doc: Add Libera.Chat webchat to man pagetoonn2021-05-282-4/+17
| | |
* | | ranger.1: Regenerate man page for correct datetoonn2021-08-141-2/+2
| | |
* | | Add DocsNash Pillai2021-08-131-1/+1
|/ / | | | | | | Edited manpage and readme
* | cheatsheet: Update IRC referencetoonn2021-05-191-1/+1
| |
* | manpage: Update IRC referencetoonn2021-05-192-4/+4
| |
* | doc: Update man page re right clicking to open filestoonn2021-05-172-12/+12
| |
* | doc: New -s flag for consoletoonn2021-01-222-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Document the new console flag. `-s` allows specifying a sentinel string. This sentinel is removed from the body of the command and the cursor is set to its position when opening the console. Sentinel replacement happens after macro expansion and there's no characters which cannot occur in a path. It is therefore impossible to use a sentinel which is 100% "macro safe." Example, running `console -s <cursor> shell <cursor> %s` will open the console with the contents `:shell | %s`, where `|` symbolizes the cursor.
* | Remove redundant blank line in docstoonn2020-11-181-1/+0
| | | | | | | | | | When documenting the draw_borders_multipane setting an extra blank line was added.
* | Document draw_borders_multipanetoonn2020-11-182-2/+22
| |
* | Regenerate rifle man pagetoonn2020-11-081-1/+1
| |
* | Update the docs to reflect changes to codeZoran Plesivcak2020-11-082-4/+4
|/ | | | | | | Changes to code in: - previous commit (THIS_COMMIT^) - c826091a74e88102ca1795ab9798dd8b8498f653
* Fully migrate from distutils to setuptoolsWojciech Siewierski2020-05-131-1/+1
| | | | Even the Python docs recommend setuptools over using distutils directly.
* Refer to the correct environment variable for selecting a theme for batDany Marcoux2020-03-032-3/+3
| | | | Closes #1866
* doc: change trash locationemberfade2020-02-222-7/+7
|
* Clarify that defaults will not be loadedtoonn2020-02-082-3/+5
| | | | | Explicitly state that defaults won't be loaded if a configuration file is present and render the docs.
* doc(rifle): Add note of rifle config reading in manpageJames Wright2020-02-071-1/+1
| | | In response to #1825.
* Tax loss harvesting release, nothing to see here v1.9.3toonn2019-12-312-3/+3
|
* Fix overflows in man page formattingtoonn2019-12-312-16/+20
|
* Refactor handle_multiplexertoonn2019-12-312-7/+3
| | | | | | | | | 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
* refactoring of redundant codearkedos2019-12-311-0/+4
| | | | | | | | | | squashing commits for cleaner history. whitespace final fixes refactor of redundant code
* Merge branch 'aRkedos-unique-file'toonn2019-12-302-29/+240
|\
| * Improve filter_stack documentationtoonn2019-12-272-30/+232
| | | | | | | | | | | | | | | | | | | | | | 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.
* | add support for 3D files including STL and DXFsigurdb2019-12-291-0/+11
| |
* | Merge branch 'wraptext' of https://github.com/toonn/rangerWojciech Siewierski2019-12-282-1/+10
|\ \
| * | Add a setting to wrap plain text previewstoonn2019-11-062-2/+11
| |/ | | | | | | Fixes #1304
* | Merge branch 'siikamiika-feat-update-icon-title'toonn2019-12-222-4/+4
|\ \
| * | Merge the title settingstoonn2019-12-222-13/+6
| | | | | | | | | | | | | | | Upon further consideration we've reconsidered and decided to merge the seperate title update settings.
| * | Merge branch 'master' into feat-update-icon-titlesiikamiika2019-12-094-117/+184
| |\|
| * | add update_icon_title optionsiikamiika2019-07-252-0/+7
| | | | | | | | | | | | resolves #1637
* | | Merge branch 'laktak-paste_conflict'toonn2019-12-222-1/+9
|\ \ \
| * | | Use readable formatting for the examplestoonn2019-12-222-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | `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-222-4/+8
| | | |
| * | | Merge branch 'master' into paste_conflictChristian Zangl2019-10-044-117/+184
| |\ \ \ | | | |/ | | |/|
| * | | fix docsChristian Zangl2019-07-191-2/+3
| | | |
| * | | Added a make_safe_path parameter to pasteChristian Zangl2019-07-181-2/+2
| | | | | | | | | | | | | | | | It allows you to specify your own function to generate the path for conflicting files.
| * | | Added a conflict parameter to the paste actionChristian Zangl2019-07-141-0/+3
| | |/ | |/| | | | | | | It allows you to specify 'overwrite', 'rename', or 'rename_ext' (=default) in case of a file name conflict. This obsoletes the overwrite parameter.