Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Uncomment bat for code highlighting | toonn | 2019-12-20 | 1 | -1/+1 |
| | | | | | | Our default behavior is to use a dependency whenever it's available. Only things that would slow previews down too much are commented out by default. | ||||
* | Replace COLORTERM with 8bit for avoiding problems with truecolor. | leiserfg | 2018-12-27 | 1 | -1/+1 |
| | |||||
* | Remove spaces | leiserfg | 2018-12-25 | 1 | -2/+2 |
| | |||||
* | Add bat support for code highlighting | Leiser Fernández Gallo | 2018-11-30 | 1 | -0/+3 |
| | |||||
* | scope.sh: Format JSON with either jq or json.tool | Wojciech Siewierski | 2018-11-24 | 1 | -0/+5 |
| | | | | Closes #1383. | ||||
* | Merge branch 'seebye-master' | toonn | 2018-11-07 | 5 | -2/+75 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/seebye/ranger | seebye | 2018-11-06 | 6 | -16/+34 |
| |\ | |||||
| | * | Merge branch 'master' into master | Wojciech Siewierski | 2018-10-27 | 6 | -16/+34 |
| | |\ | |||||
| * | | | ueberzug: remove margin | seebye | 2018-11-06 | 1 | -2/+2 |
| |/ / | |||||
| * | | ueberzug: end ueberzug by directly sending SIGTERM, fallback to SIGKILL | seebye | 2018-10-25 | 1 | -7/+3 |
| | | | |||||
| * | | Merge branch 'master' into master | seebye | 2018-10-25 | 7 | -21/+38 |
| |\ \ | |||||
| * | | | ueberzug: fix changed pep8 rules | seebye | 2018-10-25 | 1 | -4/+4 |
| | | | | |||||
| * | | | ueberzug: timeout: end process with SIGTERM, use SIGKILL as fallback | seebye | 2018-10-25 | 1 | -3/+6 |
| | | | | |||||
| * | | | ueberzug: remove unused variable | seebye | 2018-10-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | ueberzug: update documentation | seebye | 2018-10-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Mention ueberzug requirements. | ||||
| * | | | ueberzug: ensure the process's death with rangers end | seebye | 2018-10-25 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | Wait for ueberzug to finish within a second if the timeout occurs send a SIGKILL | ||||
| * | | | Merge branch 'master' into master | seebye | 2018-10-10 | 29 | -298/+559 |
| |\ \ \ | |||||
| * | | | | ueberzug documentation updated | seebye | 2018-09-07 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | 'ueberzug' added as allowed value to preview_images_method | seebye | 2018-09-07 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | ueberzug suppress stderr | seebye | 2018-08-28 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | implement quit (UeberzugImageDisplayer) | seebye | 2018-08-28 | 1 | -4/+7 |
| | | | | | |||||
| * | | | | implement quit (TerminologyImageDisplayer) | seebye | 2018-08-28 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | implement quit (ITerm2ImageDisplayer) | seebye | 2018-08-28 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | quit image displayer on suspending ui | seebye | 2018-08-28 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | quit image displayer on changing preview_images_method | seebye | 2018-08-28 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | ueberzug, remove hardcoded python version | seebye | 2018-08-27 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | support ueberzug image displayer | seebye | 2018-08-25 | 2 | -1/+48 |
| | | | | | |||||
* | | | | | Merge branch 'baranovskiy-fix_1350' | toonn | 2018-10-28 | 1 | -18/+21 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Placate our pep 8 overlords | toonn | 2018-10-28 | 1 | -4/+2 |
| | | | | | |||||
| * | | | | Refactor encoding detection | toonn | 2018-10-28 | 1 | -19/+22 |
| | | | | | |||||
| * | | | | Put our guesses back in the except clause | toonn | 2018-10-28 | 1 | -13/+12 |
| | | | | | |||||
| * | | | | File encoding guessing order changed. | Baranovskiy Konstantin | 2018-10-26 | 1 | -13/+16 |
|/ / / / | | | | | | | | | | | | | Fixes #1350 | ||||
* | | | | Merge branch 'baranovskiy-fix_decode' | toonn | 2018-10-26 | 1 | -5/+10 |
|\ \ \ \ | |||||
| * | | | | Broken preview of highlighted text with Python3 | Baranovskiy Konstantin | 2018-10-26 | 1 | -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 | ||||
* | | | | Merge branch 'baranovskiy-fix_1347' | toonn | 2018-10-26 | 3 | -8/+8 |
|\ \ \ \ | |||||
| * | | | | Restoration of scrolling in pager. | Baranovskiy Konstantin | 2018-10-26 | 3 | -8/+8 |
|/ / / / | | | | | | | | | | | | | Fixes #1347 | ||||
* | | | | Merge branch 'manw3moffset' | toonn | 2018-10-26 | 2 | -1/+12 |
|\ \ \ \ | |||||
| * | | | | Document w3m_offset in Settings section of manpage | toonn | 2018-10-09 | 2 | -17/+28 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'baranovskiy-fix_1347' | toonn | 2018-10-26 | 3 | -7/+9 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Restoration of scrolling in pager. | Baranovskiy Konstantin | 2018-10-25 | 3 | -7/+9 |
|/ / / | | | | | | | | | | Fixes #1347 | ||||
* | | | Merge pull request #1354 from me-ru-ru/master | Toon Nolten | 2018-10-25 | 1 | -2/+0 |
|\ \ \ | | | | | | | | | Delete unused variable | ||||
| * | | | Delete unused variable | meruru | 2018-10-25 | 1 | -2/+0 |
|/ / / | |||||
* | | | Merge pull request #1339 from GermainZ/file_preview_scrolling_limits | Wojciech Siewierski | 2018-10-14 | 1 | -2/+5 |
|\ \ \ | | | | | | | | | Do not allow scrolling beyond end of file preview | ||||
| * \ \ | Merge branch 'master' into file_preview_scrolling_limits | Wojciech Siewierski | 2018-10-14 | 5 | -17/+33 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #1338 from GermainZ/human-readable-sizes-option | Wojciech Siewierski | 2018-10-14 | 5 | -17/+33 |
|\ \ \ \ | |_|/ / |/| | | | Add size_in_bytes setting to optionally show all sizes in bytes | ||||
| * | | | Add size_in_bytes setting to show all sizes in bytes | GermainZ | 2018-10-14 | 5 | -17/+33 |
|/ / / | |||||
| * / | Do not allow scrolling beyond end of file preview | GermainZ | 2018-10-14 | 1 | -2/+5 |
|/ / | |||||
* | | Merge branch 'LeLobster-stborderw3mfix' | toonn | 2018-10-08 | 5 | -18/+31 |
|\ \ | |||||
| * \ | Merge branch 'master' into stborderw3mfix | LeLobster | 2018-10-07 | 1 | -1/+1 |
| |\ \ | |||||
| * | | | Resolve requested changes | LeLobster | 2018-10-07 | 3 | -6/+6 |
| | | | |