about summary refs log tree commit diff stats
path: root/ranger/core
Commit message (Collapse)AuthorAgeFilesLines
* runner: Initialize variables outside of try-excepttoonn2022-05-261-2/+4
|
* loader: Use `in` Pythonismtoonn2022-02-051-1/+1
|
* Revert "runner: Drop disappeared Pylint options"toonn2022-02-051-0/+2
| | | | This reverts commit 05af3b99d87ade639cfb8dd33acda9c76d5e93e5.
* Revert "loader: Drop disappeared Pylint options"toonn2022-02-051-0/+1
| | | | This reverts commit c3824a59b28fa4895e44718edebc144859eac233.
* Revert "actions: Drop disappeared Pylint options"toonn2022-02-051-0/+5
| | | | This reverts commit 3f5cae584e56ca47e7460dd2634d0b10b3787a9d.
* runner: Drop disappeared Pylint optionstoonn2022-02-051-2/+0
|
* loader: Drop disappeared Pylint optionstoonn2022-02-051-1/+0
|
* actions: Drop disappeared Pylint optionstoonn2022-02-051-5/+0
|
* runner: Force UTF-8 encodingtoonn2021-09-011-2/+2
|
* metadata: Force UTF-8 encodingtoonn2021-09-011-2/+2
|
* main: Force UTF-8 encodingtoonn2021-09-011-4/+8
|
* loader: Force UTF-8 encodingtoonn2021-09-011-1/+3
|
* fm: Force UTF-8 encodingtoonn2021-09-011-2/+2
|
* actions: Force UTF-8 encodingtoonn2021-09-011-3/+7
|
* actions: Fix source to encode lines to ASCIItoonn2021-09-011-0/+2
| | | | | The machinery behind `:source` expects "str"s everywhere so this is the easiest way to allow switching to `io.open()` without causing problems.
* actions: Switch to io.opentoonn2021-09-011-7/+7
|
* runner: Switch to io.opentoonn2021-09-011-3/+4
|
* metadata: Switch to io.opentoonn2021-09-011-3/+4
|
* main: Switch to io.opentoonn2021-09-011-6/+6
|
* loader: Switch to io.opentoonn2021-09-011-6/+6
|
* fm: Switch to io.opentoonn2021-09-011-5/+5
|
* actions: Switch to open23, disable lint for sourcetoonn2021-08-271-2/+4
|
* fm: Switch to open23, forcing UTF-8toonn2021-08-271-12/+13
|
* loader: Switch to open23toonn2021-08-271-2/+3
|
* main: Switch to open23, forcing UTF-8toonn2021-08-271-3/+3
|
* metadata: Switch to open23, forcing UTF-8 for the metadata filetoonn2021-08-271-4/+5
|
* runner: Switch to open23toonn2021-08-271-2/+3
|
* Make tab command names consistent with vim, closes #2412Thiago Perrotta2021-08-141-0/+21
| | | | | | | tabnew proxies to tab_new, tabclose proxies to tab_close, and so on. Both forms (with and without underscore) remain available, the underscore being the canonical ones.
* core.runner: Disable lints because of peculiar uses of opentoonn2021-07-201-0/+3
|
* core.main: Refactor to use open23 and apply sensible lintstoonn2021-07-201-10/+10
|
* loader: Disable lint because of peculiar uses of opentoonn2021-07-201-1/+5
|
* actions: Disable lints because of peculiar use of opentoonn2021-07-201-0/+9
|
* actions.py: Another implicit returntoonn2021-07-151-1/+1
|
* actions.py: Simplify a boolean condition to appease pylinttoonn2021-07-151-1/+1
|
* Merge branch '5hir0kur0-fix-1798-crashes-when-deleting-to-trash'toonn2021-03-281-0/+38
|\
| * fm: Py2 doesn't handle implicit format referencestoonn2021-03-281-1/+2
| |
| * trash: Move paths_to_filesystem_objects to fm.py5hir0kur02020-03-071-0/+37
| | | | | | | | | | This commit also renames the method to "get_filesystem_objects" for symmetry to "get_directory".
* | Check man is available before usetoonn2021-03-081-11/+13
| |
* | Rephrase message if man is not installedideal2021-03-081-1/+1
| |
* | Fix crash if man is not installed when hit '?' and 'm'.ideal2021-03-071-0/+3
| | | | | | | | | | | | On some systems (e.g. archlinuxarm) man is not installed by default, hit '?' and 'm' will cause ranger crashed, showing: AttributeError: 'NoneType' object has no attribute 'poll'.
* | Fix incorrect file URI scheme prefixtrk2021-03-041-1/+1
| | | | | | For the correct file URI scheme specification, see RFC 8089 at https://tools.ietf.org/html/rfc8089.
* | Merge branch 'SimSaladin-issue-1744'toonn2021-02-282-6/+6
|\ \ | | | | | | | | | Fixes #1744
| * | drop custom MimeTypes object in core.fmSamuli Thomasson2020-09-111-5/+4
| | |
| * | Fix mimetypes initialization #1744Samuli Thomasson2020-09-082-5/+6
| | |
* | | Refactor error checking for _pointed_objtoonn2021-01-051-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2086 Fixes #2125 Fixes #2136 Fixes #2173 Fixes #2205 Fixes #2209
* | | Fix IndexError(list index out of range);chu4ng2020-12-051-0/+2
| | | | | | | | | | | | Fix #2173.
* | | Merge remote-tracking branch 'toonn/fix-files-none' into fix-files-indexchu4ng2020-12-051-1/+4
|\ \ \
| * | | If files is None we can't set the _pointed_objtoonn2020-08-121-1/+4
| |/ / | | | | | | | | | Fixes #2071
* / / Fix encoding of cached filenamestoonn2020-10-041-1/+1
|/ / | | | | | | | | | | | | | | A typo crept into the encoding of paths used for the hashes of cached images. The error handler "backslashescape" doesn't exist, it should've been "backslashreplace." Fixes #2119
* | Add initialization and fix indentationtoonn2020-08-011-3/+6
| |