about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Fix the Travis buildWojciech Siewierski2018-07-163-6/+197
| | | | I'm so sorry about the accidental push to master!
* Revert "Use Pipfile/pipenv to manage the linters"Wojciech Siewierski2018-07-163-197/+6
| | | | This reverts commit 322479d11c05fdc0264c5eda817b7b3163e99f0a.
* Use Pipfile/pipenv to manage the lintersWojciech Siewierski2018-07-163-6/+197
| | | | | We don't want the linters' behavior to suddenly change like right now after the release of pylint 2.0.
* Fix a typo in the manpageWojciech Siewierski2018-07-152-3/+3
|
* Merge pull request #1227 from parmort/masterToon Nolten2018-07-071-6/+63
|\ | | | | Revamped context section of the colorscheme doc
| * Merge branch 'master' into masterSaturnus Numerius2018-07-071-1/+1
| |\ | |/ |/|
* | Merge pull request #1224 from toonn/colorschemes-mdToon Nolten2018-07-051-1/+1
|\ \ | | | | | | Update colorscheme docs path in setup.py
| * | Update colorscheme docs path in setup.pyToon Nolten2018-07-051-1/+1
|/ / | | | | | | | | | | | | `colorschemes.txt` markup was improved and the file got a `.md` extension to match. Fixes #1221
* | Merge pull request #1220 from parmort/masterToon Nolten2018-07-042-92/+83
|\ \ | | | | | | Change formatting of colorscheme doc to markdown
| | * 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
* Fix the issues reported by the coverage test (#1206)Wojciech Siewierski2018-06-172-4/+4
| | | | | | Regarding the change in ranger/core/runner.py: setting the 'f' flag causes the 'r' flag to run sudo -b which forks on it own so it should be safe to not explicitly fork in this case.
* New setting: relative_current_zeroWojciech Siewierski2018-06-175-2/+17
| | | | Closes #1205.
* Makefile: run tests/manpage_completion_test.py on `make test`hut2018-06-121-2/+7
|
* 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-079-54/+292
|\ | | | | | | Adding kitty image previews to ranger : )
| * Style Fixesmark-dawn2018-05-293-45/+35
| | | | | | | | | | | | | | | | | | Changed response recieving to use bytestrings Pythonic "if b'XX' in resp:" used in response checks Disabled kitty preview when kitty is not in TERM PEP8 new style fixes Fixed operator newline in core/fm.py Added a new ignore for pylint in core/main.py:374,25: Using deprecated method load_module() (deprecated-method)
| * Consistency Fixesmark-dawn2018-05-291-3/+3
| | | | | | | | | | Made so images are displayed in the top left corner of the preview pane Fixed incorrect exit on python2
| * Fixed manpages, tmux handlingmark-dawn2018-05-296-26/+30
| | | | | | | | | | | | | | | | 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-293-24/+20
| | | | | | | | | | Implemented a way to obtain unstretched image previews Fixed wording in ranger.pod
| * Automatic network detection, python2 and Exception fixesmark-dawn2018-05-295-65/+70
| | | | | | | | | | | | | | | | 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-295-36/+39
| | | | | | | | | | Fixed grammar horrors in ranger.pod and ranger.conf Improved resize handling
| * Bugfixes & Improvementsmark-dawn2018-05-295-116/+120
| | | | | | | | | | | | | | 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-295-89/+147
| | | | | | | | | | | | | | | | 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
| * Kitty image protocol based preview, alphamark-dawn2018-05-293-3/+181
| | | | | | | | | | | | | | | | | | | | | | Displays images by sending kitty Application Programming Command. Requires PIL/pillow to work, possible enhancment to add a Imagemagik based version. Support for two modes, one slower that is network aware, possible enhancment to add sutomatic mode selection. Known BUGS: scrolling too fast will breakthe response catcher, leaking escape seq into stdin and corrupting the display. FIX? Ask kovidgoyal@kitty to implement a control sequence to disable responses
* | Merge pull request #1199 from esm7/masterToon Nolten2018-06-075-2/+26
|\ \ | | | | | | Support for RTL languages (Hebrew, Arabic) in the display of file names
| * | Fixed a pylint errorErez Shermer2018-06-071-2/+1
| | |
| * | Updated README.mdErez Shermer2018-06-071-0/+1
| | |
| * | Merge branch 'master' of https://github.com/esm7/rangerErez Shermer2018-06-0732-113/+387
| |\ \ | |/ / |/| |
* | | Merge branch 'w3m_delay'Wojciech Siewierski2018-06-015-2/+27
|\ \ \ | |_|/ |/| |
| * | Fix the testsWojciech Siewierski2018-06-011-1/+2
| | |
| * | Make the w3m delay configurableWojciech Siewierski2018-06-014-3/+14
| | |
| * | Add a new data type for rc.conf: floatWojciech Siewierski2018-06-012-0/+6
| | |
| * | Mitigate the issue with black horizontal barsWojciech Siewierski2018-05-311-0/+7
|/ / | | | | | | Fixes #1192.
* | Merge pull request #1130 from cjbassi/masterWojciech Siewierski2018-05-282-0/+18
|\ \ | | | | | | Add traverse_backwards command
| * \ Merge branch 'master' into masterWojciech Siewierski2018-05-2832-106/+337
| |\ \ | |/ / |/| |
* | | Merge pull request #1092 from FichteForks/detect_file_encodingWojciech Siewierski2018-05-282-9/+34
|\ \ \ | | | | | | | | Improve file encoding detection for previews
| * \ \ Merge branch 'master' into detect_file_encodingWojciech Siewierski2018-05-2832-97/+303
| |\ \ \ | |/ / / |/| | |
* | | | Merge branch 'chuanconggao-bugfix'toonn2018-05-171-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'master' into bugfixChuancong Gao2018-05-1531-97/+306
| |\ \ \ \
| * | | | | Fix bug for "Improve VCS symbols" #1123Chuancong Gao2018-05-151-1/+1
| | | | | |
* | | | | | Revert "ranger <path> can select files"hut2018-05-161-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to this commit, pressing `<Right>` on a file does nothing. Normally it should open the file. Until this is fixed, I'll remove this commit to restore this basic functionality. Unfortunately, the revert makes ranger crash when run like `ranger <somefilename>`, but this is a much less frequent use case, so the revert is still warranted. This reverts commit 2288a40b45ccdc57d287648c96c5bbe378b95a6d.
* | | | | | Merge pull request #1175 from rod-stuchi/yank_without_ext_multi_filesToon Nolten2018-05-163-7/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fixed yank name without extension in multiple files
| * | | | | remove unnecessary if statement, uses lazy_propertyRodrigo Stuchi2018-05-152-7/+7
| | | | | |
| * | | | | Fixed yank name without extension in multiple filesRodrigo Stuchi2018-05-152-2/+3
|/ / / / / | | | | | | | | | | | | | | | changed map `yw` to `y.` ref.: #1174
* | | | | Merge pull request #1111 from vimeitor/masterhut2018-05-151-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Add delay after opening (quickly_executed) a file
| * | | | | Add delay after opening (quickly_executed) a fileAdrià Farrés2018-03-181-0/+2
| |/ / / / | | | | | | | | | | | | | | | This is analogous to 6cae0ed but with files, not directories.