Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: Add draw.io dependency to man page | toonn | 2022-03-18 | 2 | -0/+8 |
| | |||||
* | Makefile: Drop README.md from man page requisites | toonn | 2022-03-18 | 1 | -3/+7 |
| | | | | | | | I believe at some point I added the `README.md` to the prerequisites for the man pages so we wouldn't forget to update them whenever the README was touched. This hasn't worked very well and it often makes particularly the rifle man page regenerate when not needed. | ||||
* | doc: Split lines in man page | toonn | 2022-03-18 | 1 | -2/+4 |
| | |||||
* | doc: Add openscad dependency to man page | toonn | 2022-03-18 | 1 | -0/+4 |
| | |||||
* | doc: Fix manpage for name filter_stack filter | toonn | 2022-03-18 | 2 | -5/+5 |
| | | | | Fixes #2548 | ||||
* | Revert "convert_papermode_to_metadata: Drop disappeared Pylint options" | toonn | 2022-02-05 | 1 | -0/+2 |
| | | | | This reverts commit 8372a7602d93eb7fc3d18c8ac071ea9cd6349501. | ||||
* | convert_papermode_to_metadata: Drop disappeared Pylint options | toonn | 2022-02-05 | 1 | -2/+0 |
| | |||||
* | doc: Add rsvg-convert to the man page | toonn | 2022-02-05 | 2 | -2/+8 |
| | |||||
* | doc: Drop Imagemagick for SVG preview | toonn | 2022-02-05 | 1 | -1/+1 |
| | |||||
* | man: Regenerate ranger man page | toonn | 2021-11-13 | 1 | -1/+1 |
| | |||||
* | Fix wrong hotkeys in the manual | Guillermo Gómez | 2021-11-12 | 2 | -6/+6 |
| | |||||
* | doc: Document setinpath and setinregex | toonn | 2021-09-05 | 2 | -23/+57 |
| | | | | Fixes #2355 | ||||
* | man: Regex chars have to be escaped in setlocal | jakanakae-envangel | 2021-09-02 | 2 | -3/+5 |
| | |||||
* | Merge branch 'doc-deletion-confirmation' | toonn | 2021-09-01 | 1 | -1/+1 |
|\ | |||||
| * | Fix deletion confirmation default indication | toonn | 2020-08-22 | 2 | -2/+2 |
| | | |||||
* | | doc/tools: Silence encoding lint | toonn | 2021-08-27 | 1 | -1/+5 |
| | | |||||
* | | Remove trailing whitespace | a1346054 | 2021-08-25 | 1 | -1/+1 |
| | | |||||
* | | Fix incorrect information in manpages | a1346054 | 2021-08-25 | 2 | -4/+4 |
| | | |||||
* | | Merge branch 'libera' | toonn | 2021-08-18 | 2 | -1/+16 |
|\ \ | |||||
| * | | doc: Use the same wording for the webchat | toonn | 2021-05-28 | 2 | -4/+6 |
| | | | |||||
| * | | doc: Add Libera.Chat webchat to man page | toonn | 2021-05-28 | 2 | -4/+17 |
| | | | |||||
* | | | ranger.1: Regenerate man page for correct date | toonn | 2021-08-14 | 1 | -2/+2 |
| | | | |||||
* | | | Add Docs | Nash Pillai | 2021-08-13 | 1 | -1/+1 |
|/ / | | | | | | | Edited manpage and readme | ||||
* | | cheatsheet: Update IRC reference | toonn | 2021-05-19 | 1 | -1/+1 |
| | | |||||
* | | manpage: Update IRC reference | toonn | 2021-05-19 | 2 | -4/+4 |
| | | |||||
* | | doc: Update man page re right clicking to open files | toonn | 2021-05-17 | 2 | -12/+12 |
| | | |||||
* | | doc: New -s flag for console | toonn | 2021-01-22 | 2 | -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 docs | toonn | 2020-11-18 | 1 | -1/+0 |
| | | | | | | | | | | When documenting the draw_borders_multipane setting an extra blank line was added. | ||||
* | | Document draw_borders_multipane | toonn | 2020-11-18 | 2 | -2/+22 |
| | | |||||
* | | Regenerate rifle man page | toonn | 2020-11-08 | 1 | -1/+1 |
| | | |||||
* | | Update the docs to reflect changes to code | Zoran Plesivcak | 2020-11-08 | 2 | -4/+4 |
|/ | | | | | | | Changes to code in: - previous commit (THIS_COMMIT^) - c826091a74e88102ca1795ab9798dd8b8498f653 | ||||
* | Fully migrate from distutils to setuptools | Wojciech Siewierski | 2020-05-13 | 1 | -1/+1 |
| | | | | Even the Python docs recommend setuptools over using distutils directly. | ||||
* | Refer to the correct environment variable for selecting a theme for bat | Dany Marcoux | 2020-03-03 | 2 | -3/+3 |
| | | | | Closes #1866 | ||||
* | doc: change trash location | emberfade | 2020-02-22 | 2 | -7/+7 |
| | |||||
* | Clarify that defaults will not be loaded | toonn | 2020-02-08 | 2 | -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 manpage | James Wright | 2020-02-07 | 1 | -1/+1 |
| | | | In response to #1825. | ||||
* | Tax loss harvesting release, nothing to see here v1.9.3 | toonn | 2019-12-31 | 2 | -3/+3 |
| | |||||
* | Fix overflows in man page formatting | toonn | 2019-12-31 | 2 | -16/+20 |
| | |||||
* | Refactor handle_multiplexer | toonn | 2019-12-31 | 2 | -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 code | arkedos | 2019-12-31 | 1 | -0/+4 |
| | | | | | | | | | | squashing commits for cleaner history. whitespace final fixes refactor of redundant code | ||||
* | Merge branch 'aRkedos-unique-file' | toonn | 2019-12-30 | 2 | -29/+240 |
|\ | |||||
| * | Improve filter_stack documentation | toonn | 2019-12-27 | 2 | -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 DXF | sigurdb | 2019-12-29 | 1 | -0/+11 |
| | | |||||
* | | Merge branch 'wraptext' of https://github.com/toonn/ranger | Wojciech Siewierski | 2019-12-28 | 2 | -1/+10 |
|\ \ | |||||
| * | | Add a setting to wrap plain text previews | toonn | 2019-11-06 | 2 | -2/+11 |
| |/ | | | | | | | Fixes #1304 | ||||
* | | Merge branch 'siikamiika-feat-update-icon-title' | toonn | 2019-12-22 | 2 | -4/+4 |
|\ \ | |||||
| * | | Merge the title settings | toonn | 2019-12-22 | 2 | -13/+6 |
| | | | | | | | | | | | | | | | Upon further consideration we've reconsidered and decided to merge the seperate title update settings. | ||||
| * | | Merge branch 'master' into feat-update-icon-title | siikamiika | 2019-12-09 | 4 | -117/+184 |
| |\| | |||||
| * | | add update_icon_title option | siikamiika | 2019-07-25 | 2 | -0/+7 |
| | | | | | | | | | | | | resolves #1637 | ||||
* | | | Merge branch 'laktak-paste_conflict' | toonn | 2019-12-22 | 2 | -1/+9 |
|\ \ \ |