about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Replace if statement with dict.get with defaulttoonn2020-07-051-8/+2
* Add global Pylint ignorestoonn2020-07-052-2/+2
* Prepare for Pylint transition from versions <2toonn2020-07-055-40/+17
* Merge branch 'touch-recursive'toonn2020-07-051-1/+5
|\
| * :touch create missing directoriestoonn2020-06-161-1/+5
* | Merge branch 'color-line-numbers'toonn2020-07-055-5/+16
|\ \
| * | Implement a line_number context for colorschemestoonn2020-04-095-5/+16
* | | Merge branch 'py-version-checks'toonn2020-07-0513-37/+34
|\ \ \
| * | | Factor out python 3 version checkingtoonn2020-06-2912-37/+34
| * | | Factor PY3 constant out into ranger moduletoonn2020-06-293-5/+5
* | | | Merge branch 'rc_macro_error'toonn2020-07-052-68/+121
|\ \ \ \
| * | | | Add MacroDicttoonn2019-09-272-67/+120
| * | | | Catch exceptions when resolving macros in rc.conftoonn2019-07-181-2/+2
* | | | | Merge pull request #1816 from toonn/gifehfehWojciech Siewierski2020-07-051-1/+1
|\ \ \ \ \
| * | | | | Feh does not handle animated gifs gracefullytoonn2020-01-241-1/+1
* | | | | | Merge pull request #1847 from toonn/rust-is-textWojciech Siewierski2020-07-051-5/+5
|\ \ \ \ \ \
| * | | | | | Add rust to programming languages for rifletoonn2020-02-211-5/+5
* | | | | | | 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
| |/ / / / / /
* | | | | | | Merge pull request #1824 from toonn/pprime-draw-bookmarksWojciech Siewierski2020-07-051-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into pprime-draw-bookmarksWojciech Siewierski2020-07-0510-71/+80
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Add bookmark drawing to the paste to bookmark maptoonn2020-02-031-1/+1
* | | | | | | | Merge pull request #1870 from toonn/py26-format-fixWojciech Siewierski2020-07-055-19/+25
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into py26-format-fixWojciech Siewierski2020-07-052-3/+13
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1961 from toonn/pass-fileWojciech Siewierski2020-07-051-2/+6
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into pass-fileWojciech Siewierski2020-07-052-3/+3
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Revert "Revert "ranger <path> can select files""toonn2020-05-191-2/+6
* | | | | | | | | | Merge pull request #2013 from toonn/silence-bulkrenameWojciech Siewierski2020-07-051-1/+7
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Implement passing of flags for :bulkrenametoonn2020-06-231-1/+7
|/ / / / / / / / /
| | * | | | | | | Merge branch 'master' into py26-format-fixWojciech Siewierski2020-07-055-56/+63
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'install-default-py3'toonn2020-06-221-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Default to python3 at install, fall back to pythontoonn2020-06-221-2/+2
|/ / / / / / / /
* | | | | | | | Merge commit '5f9fc1827934d'toonn2020-05-251-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | add alias for scouthektr2020-05-251-0/+1
* | | | | | | | | Merge branch 'hektr-pull-1974'toonn2020-05-241-1/+0
|\| | | | | | | | | |/ / / / / / / |/| | | | | | |
| * | | | | | | extra comment is deletedhektr2020-05-241-1/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #1958 from Vifon/setuptoolsWojciech Siewierski2020-05-132-13/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fully migrate from distutils to setuptoolsWojciech Siewierski2020-05-132-13/+5
|/ / / / / /
* | | | | | Merge branch 'tkukurin-master'toonn2020-03-041-40/+55
|\ \ \ \ \ \
| * | | | | | Drop double setting and prefer basename over splittoonn2020-03-041-4/+2
| * | | | | | Change approach to multiplexer title renamingtoonn2020-03-021-41/+58
| * | | | | | Update ui.pyToni Kukurin2020-03-021-1/+1
| | * | | | | Fix redundant whitespace in class definitiontoonn2020-06-271-1/+0
| | * | | | | Py26 does not support implicit format spec numberingtoonn2020-03-045-19/+26
| |/ / / / / |/| | | | |
* | | | | | Merge remote-tracking branch 'dmarcoux/address-issue-1866'toonn2020-03-032-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Refer to the correct environment variable for selecting a theme for batDany Marcoux2020-03-032-3/+3
|/ / / / /