about summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add a bindable action for scrolling the file previewWojciech Siewierski2018-10-082-1/+8
|/
* Updated release doctoonn2018-09-103-5/+5
| | | | | | 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-092-2/+5
|
* New filter type for matching mimetypesWojciech Siewierski2018-09-081-0/+4
|
* Merge branch 'squigglezworth-master'toonn2018-09-083-15/+31
|\
| * Fix documentationtoonn2018-09-082-19/+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-042-5/+17
| |
| * Update manpage with 'draw_separator' settingsquigz2018-01-043-2/+9
| |
* | Update man with a clearer entryLeo Vivier2018-09-022-2/+2
| |
* | Update manLeo Vivier2018-09-022-0/+7
| |
* | Add Alt-LEFT and Alt-RIGHT for moving between words in manLeo Vivier2018-09-012-6/+6
| |
* | Revert "Fix punctuation in READLINE-LIKE BINDINGS IN THE CONSOLE"Leo Vivier2018-09-012-6/+6
| | | | | | | | This reverts commit dedbabb8eb6035bcbd44c6163834247f1a0415cd.
* | Fix punctuation in READLINE-LIKE BINDINGS IN THE CONSOLELeo Vivier2018-09-012-6/+6
| | | | | | | | Adds full-stops at the end of every entry.
* | Add word-movement commands in console to man-pageLeo Vivier2018-09-012-10/+28
| |
* | Merge pull request #1222 from Vifon/filter_stackWojciech Siewierski2018-08-202-0/+87
|\ \ | | | | | | Implement the filter stack
| * | Add an explicit "AND" filter combinatorWojciech Siewierski2018-08-192-0/+10
| | | | | | | | | | | | Closes #1268.
| * | Implement the filter stack rotationWojciech Siewierski2018-08-192-2/+11
| | | | | | | | | | | | | | | 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-154-94/+142
| |\ \
| * | | Add the filter stack docsWojciech Siewierski2018-07-152-1/+69
| | | |
* | | | Merge pull request #1198 from toonn/rangerversionWojciech Siewierski2018-08-191-1/+1
|\ \ \ \ | |_|/ / |/| | | Introduce a helper function for versioning
| * | | Update the release checklist about version bumpstoonn2018-06-061-1/+1
| | | |
* | | | Fix a typo in the manpageWojciech Siewierski2018-07-152-3/+3
| | | |
* | | | Fixed some capitalization issuesSaturnus Numerius2018-07-071-1/+1
| | | |
* | | | Revamped context section of the colorscheme docSaturnus Numerius2018-07-071-6/+63
| | | | | | | | | | | | | | | | | | | | Added basic instruction on how to add a context key with a working example.
* | | | Make more changesSaturnus Numerius2018-07-041-6/+7
| | | |
* | | | Made changes requested by @toonnSaturnus Numerius2018-07-041-9/+14
| | | | | | | | | | | | | | | | Helps readability.
* | | | Change formatting of colorscheme doc to markdownSaturnus Numerius2018-07-032-92/+77
| |/ / |/| | | | | | | | | | | Makes the file easier to read in github while still maintaining the current easy-to-read format found in the raw file
* | | New setting: relative_current_zeroWojciech Siewierski2018-06-172-0/+9
| | | | | | | | | | | | Closes #1205.
* | | Regenerate man pagestoonn2018-06-072-2/+11
| | | | | | | | | | | | | | | The `.pod`s were merged so I regenerated the man pages to be sure they're correct.
* | | Merge branch 'kitty-img-preview'toonn2018-06-073-3/+31
|\ \ \ | | | | | | | | | | | | Adding kitty image previews to ranger : )
| * | | Fixed manpages, tmux handlingmark-dawn2018-05-293-16/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Unstretched Image Previewsmark-dawn2018-05-291-2/+1
| | | | | | | | | | | | | | | | | | | | Implemented a way to obtain unstretched image previews Fixed wording in ranger.pod
| * | | Automatic network detection, python2 and Exception fixesmark-dawn2018-05-291-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created late_init method to handle task dependent on late facilities Enabled automatic network detection (required stdin to be properly init) Fixed proper handling of import Errors (required ranger Exception handling) Fixed handling of binary stdio differnces between py2/3 Unified said handling aross the module
| * | | Grammar Fixesmark-dawn2018-05-291-8/+4
| | | | | | | | | | | | | | | | | | | | Fixed grammar horrors in ranger.pod and ranger.conf Improved resize handling
| * | | Bugfixes & Improvementsmark-dawn2018-05-292-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-292-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'master' of https://github.com/esm7/rangerErez Shermer2018-06-072-24/+64
|\ \ \ \ | | |/ / | |/| |
| * | | Make the w3m delay configurableWojciech Siewierski2018-06-011-0/+5
| |/ /
| * | Merge branch 'rangerpath'toonn2018-05-142-18/+40
| |\ \
| | * | Document change in :cd behaviortoonn2018-04-032-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | 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-312-7/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-132-6/+19
| |\ \ \
| | * \ \ Merge branch 'custom_free_space'toonn2018-05-092-0/+7
| | |\ \ \
| | | * | | Add new option to disable display of free disk space in statusbarStephane Fontaine2018-02-242-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-082-8/+14
| | |\ \ \ \
| | | * | | | Document system-wide configuration files.toonn2018-05-082-5/+11
| | | | | | |
| * | | | | | Refix typo "sytem"toonn2018-04-162-2/+2
| | | | | | |
| * | | | | | Add support for mutool pdf previews in scope.shtoonn2018-04-162-6/+6
| |/ / / / /
| * | | / / 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>
* / | | | Proper usage of the bidi settingErez Shermer2018-06-071-0/+6
|/ / / /