about summary refs log tree commit diff stats
path: root/ranger/ext
Commit message (Expand)AuthorAgeFilesLines
* vcs: Force UTF-8 encodingtoonn2021-09-011-1/+1
* spawn: Force UTF-8 encodingtoonn2021-09-011-1/+1
* popen_forked: Force UTF-8 encodingtoonn2021-09-011-2/+3
* open23: Drop in favor of io.opentoonn2021-09-011-50/+0
* vcs: Switch to io.opentoonn2021-09-011-2/+2
* spawn: Switch to io.opentoonn2021-09-011-2/+2
* popen_forked: Switch to io.opentoonn2021-09-011-2/+2
* img_display: Fix comment formattingtoonn2021-08-291-2/+1
* Merge remote-tracking branch 'pirate486743186/fix-w3m-32bit'toonn2021-08-291-3/+5
|\
| * fix w3m method in 32bitpirate4867431862021-08-271-3/+5
* | popen_forked: PEP8 fixtoonn2021-08-271-0/+1
* | open23: Workaround Pylint bugtoonn2021-08-271-3/+3
* | keybinding_parser: Switch to literalstoonn2021-08-271-4/+4
* | open23: Disable lint for py2 opentoonn2021-08-271-0/+2
* | popen_forked: Switch to open23toonn2021-08-271-1/+2
* | rifle: Disable encoding lintstoonn2021-08-271-0/+2
* | signals: Use literalstoonn2021-08-271-2/+2
* | spawn: Switch to open23toonn2021-08-271-1/+2
* | vcs: Switch to open23toonn2021-08-271-1/+2
* | tests: Pylint complains about open and literalstoonn2021-08-271-1/+1
|/
* popen23: Drop keyboard interrupt handlingtoonn2021-08-081-19/+1
* popen_forked: Satisfy PEP8toonn2021-08-081-0/+1
* spawn: Use Popen23 for compatibilitytoonn2021-08-081-3/+6
* img_display: Use Popen23 for compatibilitytoonn2021-08-081-1/+2
* rifle: Drop with-statement when forkingtoonn2021-08-081-2/+1
* rifle: Switch to using Popen23toonn2021-08-081-5/+66
* popen_forked: Drop with-statementtoonn2021-08-081-5/+2
* popen23: Popen context manager wrappertoonn2021-08-081-0/+60
* Correct spellingEdward Betts2021-07-243-3/+3
* config.commands: Refactor to use withtoonn2021-07-201-3/+26
* ext.vcs.vcs: Disable frivolous lintstoonn2021-07-201-0/+2
* ext.spawn: Refactor to use withtoonn2021-07-201-4/+4
* ext.popen_forked: Refactor to use withtoonn2021-07-201-3/+6
* ext.macrodict: Disable lint because of py2 compattoonn2021-07-201-1/+1
* ext.img_display: Disable lint for peculiar use of opentoonn2021-07-201-0/+4
* ext.accumulator: Use max rather than branchtoonn2021-07-201-2/+1
* tags: Refactor version conditional opentoonn2021-07-201-0/+25
* img_display: Drop redundant close callstoonn2021-07-151-3/+0
* img_display: Use with where possibletoonn2021-07-151-34/+37
* rifle.py: Pylint insists on no bare Popen()stoonn2021-07-151-1/+2
* rifle.py: Using with where possibletoonn2021-07-151-26/+35
* img_display: Make the unsupported exception friendliertoonn2021-06-251-3/+9
* Fix tmux image display for other possible TERMsCullen Ross2021-06-041-2/+2
* fix(git): support hierarchical branch namesomermizr2021-04-181-1/+1
* Merge branch 'SimSaladin-issue-1744'toonn2021-02-281-4/+2
|\
| * Fix mimetypes initialization #1744Samuli Thomasson2020-09-081-4/+2
* | Add decrementtoonn2020-11-151-1/+1
* | add forgotten maxFedor2020-11-151-1/+1
* | Fix ranger freeze after shell command during kitty previewFedor2020-11-151-1/+1
|/
* Remove WindowsErrortoonn2020-07-051-11/+1