about summary refs log tree commit diff stats
path: root/ranger/core/actions.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "actions: Drop disappeared Pylint options"toonn2022-02-051-0/+5
* actions: Drop disappeared Pylint optionstoonn2022-02-051-5/+0
* actions: Force UTF-8 encodingtoonn2021-09-011-3/+7
* actions: Fix source to encode lines to ASCIItoonn2021-09-011-0/+2
* actions: Switch to io.opentoonn2021-09-011-7/+7
* actions: Switch to open23, disable lint for sourcetoonn2021-08-271-2/+4
* Make tab command names consistent with vim, closes #2412Thiago Perrotta2021-08-141-0/+21
* 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
* 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
* Fix encoding of cached filenamestoonn2020-10-041-1/+1
* Fix unicode decode issues in py2toonn2020-07-241-4/+5
* Merge branch 'cache-hash'toonn2020-07-081-8/+13
|\
| * Fix check for Nonetoonn2020-07-081-2/+2
| * Add path to cache hashtoonn2020-07-081-11/+13
| * Drop st_dev from sha512_encodetoonn2020-07-071-2/+1
| * Switch to packing fields for sha512_encodetoonn2020-07-071-5/+7
| * Fix indendation of sha512_encodetoonn2020-07-071-4/+5
| * Hashlib requires objects implementing the buffer APItoonn2020-07-071-3/+4
* | Possible bug caught in reviewtoonn2020-07-051-1/+2
* | Drop explicit return Nonetoonn2020-07-051-1/+0
* | Drop unnecessary comprehensionstoonn2020-07-051-2/+1
* | Add local pylint disablestoonn2020-07-051-1/+2
* | Merge branch 'rc_macro_error'toonn2020-07-051-68/+40
|\ \
| * | Add MacroDicttoonn2019-09-271-67/+39
| * | Catch exceptions when resolving macros in rc.conftoonn2019-07-181-2/+2
* | | Merge branch 'cache-hash' [#2019]Wojciech Siewierski2020-07-051-11/+9
|\ \ \ | | |/ | |/|
| * | Switch from SHA-1 to SHA-512 for the cachetoonn2020-06-291-5/+4
| * | Get rid of redundant codetoonn2020-06-291-6/+1
| * | Drop file path from cache hashtoonn2020-06-291-2/+1
| * | Include mtime in hash rather than comparingtoonn2020-06-291-7/+12
| * | Allow equal mtime for cached previewstoonn2020-02-121-1/+1
* | | Py26 does not support implicit format spec numberingtoonn2020-03-041-3/+3
|/ /
* | Merge branch 'laktak-paste_conflict'toonn2019-12-221-2/+3
|\ \
| * \ Merge branch 'master' into paste_conflictChristian Zangl2019-12-031-2/+4
| |\ \
| * \ \ Merge branch 'master' into paste_conflictChristian Zangl2019-10-041-1/+1
| |\ \ \
| * | | | set default make_safe_path=get_safe_pathChristian Zangl2019-07-211-1/+2
| * | | | Added a make_safe_path parameter to pasteChristian Zangl2019-07-181-19/+3
| * | | | Added a conflict parameter to the paste actionChristian Zangl2019-07-141-2/+18
| | |_|/ | |/| |
* | | | Restore access to a preview cache in clean modetoonn2019-12-211-4/+0
| |_|/ |/| |
* | | self is not available in default argument valuetoonn2019-11-071-1/+3
* | | Check current dir exists when pastingtoonn2019-11-071-3/+3
| |/ |/|
* | core.actions: Log which files were deletedWojciech Siewierski2019-09-101-1/+1
|/
* Merge branch 'germainz-skip_ask'toonn2019-05-201-1/+2
|\
| * Do not include "ask" in open_with options (fixes #1047)GermainZ2018-10-151-1/+2
* | Expand on Vifon's tag_toggle argument swaptoonn2019-04-141-4/+18
* | core.actions: Simplify the usage of :tag_toggleWojciech Siewierski2019-04-141-1/+1