about summary refs log tree commit diff stats
path: root/ranger
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Don't create the image cache directory preemptivelyWojciech Siewierski2019-01-091-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since now this directory is recreated if needed on each use of it, there is no need to create it just because the user has these options enabled on startup.
* | | | | Always check for the image cache directory and create it if neededWojciech Siewierski2019-01-091-0/+2
|/ / / / | | | | | | | | | | | | Fixes #1435.
* | | | Merge branch 'master' into anypathmacroWojciech Siewierski2018-12-2620-102/+461
|\ \ \ \ | | |/ / | |/| |
| * | | updated variable nameJon Erling Hustadnes2018-12-181-2/+2
| | | |
| * | | Added check if bookmark file is a symlink.Jon Erling Hustadnes2018-12-171-1/+7
| | |/ | |/| | | | | | | | | | If it is, the os.rename is performed on the original file path instead of overwriting the symlink.
| * | scope.sh: Format JSON with either jq or json.toolWojciech Siewierski2018-11-241-0/+5
| | | | | | | | | | | | Closes #1383.
| * | Merge branch 'seebye-master'toonn2018-11-075-2/+75
| |\ \
| | * \ Merge branch 'master' of https://github.com/seebye/rangerseebye2018-11-064-15/+22
| | |\ \
| | | * \ Merge branch 'master' into masterWojciech Siewierski2018-10-274-15/+22
| | | |\ \
| | * | | | ueberzug: remove marginseebye2018-11-061-2/+2
| | |/ / /
| | * | | ueberzug: end ueberzug by directly sending SIGTERM, fallback to SIGKILLseebye2018-10-251-7/+3
| | | | |
| | * | | Merge branch 'master' into masterseebye2018-10-255-4/+14
| | |\ \ \
| | * | | | ueberzug: fix changed pep8 rulesseebye2018-10-251-4/+4
| | | | | |
| | * | | | ueberzug: timeout: end process with SIGTERM, use SIGKILL as fallbackseebye2018-10-251-3/+6
| | | | | |
| | * | | | ueberzug: remove unused variableseebye2018-10-251-1/+1
| | | | | |
| | * | | | ueberzug: update documentationseebye2018-10-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Mention ueberzug requirements.
| | * | | | ueberzug: ensure the process's death with rangers endseebye2018-10-251-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wait for ueberzug to finish within a second if the timeout occurs send a SIGKILL
| | * | | | Merge branch 'master' into masterseebye2018-10-1018-82/+361
| | |\ \ \ \
| | * | | | | ueberzug documentation updatedseebye2018-09-071-0/+4
| | | | | | |
| | * | | | | 'ueberzug' added as allowed value to preview_images_methodseebye2018-09-071-1/+2
| | | | | | |
| | * | | | | ueberzug suppress stderrseebye2018-08-281-1/+1
| | | | | | |
| | * | | | | implement quit (UeberzugImageDisplayer)seebye2018-08-281-4/+7
| | | | | | |
| | * | | | | implement quit (TerminologyImageDisplayer)seebye2018-08-281-0/+3
| | | | | | |
| | * | | | | implement quit (ITerm2ImageDisplayer)seebye2018-08-281-0/+3
| | | | | | |
| | * | | | | quit image displayer on suspending uiseebye2018-08-281-0/+3
| | | | | | |
| | * | | | | quit image displayer on changing preview_images_methodseebye2018-08-281-0/+2
| | | | | | |
| | * | | | | ueberzug, remove hardcoded python versionseebye2018-08-271-1/+1
| | | | | | |
| | * | | | | support ueberzug image displayerseebye2018-08-252-1/+48
| | | | | | |
| * | | | | | Placate our pep 8 overlordstoonn2018-10-281-4/+2
| | | | | | |
| * | | | | | Refactor encoding detectiontoonn2018-10-281-19/+22
| | | | | | |
| * | | | | | Put our guesses back in the except clausetoonn2018-10-281-13/+12
| | | | | | |
| * | | | | | File encoding guessing order changed.Baranovskiy Konstantin2018-10-261-13/+16
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Fixes #1350
| * | | | | Broken preview of highlighted text with Python3Baranovskiy Konstantin2018-10-261-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ranger/core/loader.py: CommandLoader.generate() gets text for preview panel from scope.sh as the blocks of byrearray (max 512 bytes). This blocks immediately decoded to utf-8. But in case when muli-byte unicode characters is present they may be split and python will can't correctly to decode it. For example: b'abc\xd0', b'\x9a...' b'\xd0\x9a' - is cyrillic letter 'K' and it can't be decoded separately (UnicodeDecodeError occurs). So, received data blocks (bytearrays) must be collected and only after that decoded as one whole byrearray. Fixes #906 Fixes #967 Fixes #1166
| * | | | | Restoration of scrolling in pager.Baranovskiy Konstantin2018-10-263-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #1347
| * | | | | Restoration of scrolling in pager.Baranovskiy Konstantin2018-10-253-7/+9
| | |_|/ / | |/| | | | | | | | | | | | | Fixes #1347
| * | | | Delete unused variablemeruru2018-10-251-2/+0
| | |_|/ | |/| |
| * | | Merge branch 'master' into file_preview_scrolling_limitsWojciech Siewierski2018-10-143-0/+9
| |\ \ \
| | * | | Add size_in_bytes setting to show all sizes in bytesGermainZ2018-10-143-0/+9
| | | |/ | | |/|
| * / | Do not allow scrolling beyond end of file previewGermainZ2018-10-141-2/+5
| |/ /
| * | Merge branch 'LeLobster-stborderw3mfix'toonn2018-10-083-2/+9
| |\ \
| | * \ Merge branch 'master' into stborderw3mfixLeLobster2018-10-071-1/+1
| | |\ \
| | * | | Resolve requested changesLeLobster2018-10-071-1/+1
| | | | |
| | * | | Rename st_* to w3m_* here as well, oopsLeLobster2018-10-071-2/+2
| | | | | | | | | | | | | | | | | | | | Undo 'changes' to rifle doc
| | * | | Rename setting st_* to w3m_*. Did I really forget to change this earlier?LeLobster2018-10-061-1/+1
| | | | |
| | * | | Revert "Check the env variable TERM before setting w3m offset"LeLobster2018-10-061-7/+2
| | | | | | | | | | | | | | | | | | | | This reverts commit d5d668a62faeea07a7476a14fef0f63ea84a83e8.
| | * | | Update man pages and config opt name to be generic in stead of stLeLobster2018-10-051-2/+2
| | | | |
| | * | | Check the env variable TERM before setting w3m offsetLeLobster2018-10-051-2/+7
| | | | |
| | * | | Comply with pylint's complaint about > 15 local varsLeLobster2018-10-051-4/+4
| | | | |
| | * | | Fix ALLOWED_SETTINGS orderLeLobster2018-10-041-1/+1
| | | | |
| | * | | Add option to set a border value for use with st termLeLobster2018-10-043-2/+9
| | | | |