about summary refs log tree commit diff stats
path: root/ranger/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Placate our pep 8 overlordstoonn2018-10-281-4/+2
| * | | | | Refactor encoding detectiontoonn2018-10-281-19/+22
| * | | | | Put our guesses back in the except clausetoonn2018-10-281-13/+12
| * | | | | File encoding guessing order changed.Baranovskiy Konstantin2018-10-261-13/+16
| | |_|_|/ | |/| | |
| * | | | Broken preview of highlighted text with Python3Baranovskiy Konstantin2018-10-261-5/+10
| * | | | Restoration of scrolling in pager.Baranovskiy Konstantin2018-10-261-4/+1
| * | | | Restoration of scrolling in pager.Baranovskiy Konstantin2018-10-251-2/+2
| | |_|/ | |/| |
| * | | Do not allow scrolling beyond end of file previewGermainZ2018-10-141-2/+5
| | |/ | |/|
| * | Add a bindable action for scrolling the file previewWojciech Siewierski2018-10-081-0/+11
| * | Fix a misnamed command in the documentationWojciech Siewierski2018-10-071-1/+1
| * | New filter type for matching mimetypesWojciech Siewierski2018-09-081-0/+17
| * | Merge branch 'dbosst-master'toonn2018-09-081-0/+47
| |\ \
| | * | Removed ghost of function definitiontoonn2018-08-231-53/+0
| | * | Remove limit and change pos to totoonn2018-08-221-11/+5
| | * | use offset and pos to shift tabs:dbosst2018-08-221-16/+41
| | * | Added: shift tabs right/leftdbosst2018-08-221-0/+28
| | * | use offset and pos to shift tabs:dbosst2018-03-281-16/+41
| | * | Added: shift tabs right/leftdbosst2018-03-271-0/+28
| * | | Merge branch 'moveright'toonn2018-09-071-2/+5
| |\ \ \
| | * | | Switch if/else branches to minimize negationToon Nolten2018-08-211-3/+3
| | * | | Fix type in execute_file docstringToon Nolten2018-08-211-1/+1
| | * | | Add selection argument to move actionToon Nolten2018-08-211-1/+4
| | | |/ | | |/|
* | / | Silence KeyError for bookmarks while expanding macrostoonn2018-12-261-2/+0
|/ / /
* | | Fixed up pylint/flake8 warningstoonn2018-09-061-7/+9
* | | Add the %any_path macrotoonn2018-09-061-2/+15
|/ /
* | Merge branch 'rangerpath'Toon Nolten2018-08-201-7/+6
|\ \
| * | Check whether tfile is a dir not the entire selectionToon Nolten2018-08-201-7/+6
* | | Merge pull request #1222 from Vifon/filter_stackWojciech Siewierski2018-08-201-0/+134
|\ \ \
| * | | Add an explicit "AND" filter combinatorWojciech Siewierski2018-08-191-0/+20
| * | | Implement the filter stackWojciech Siewierski2018-07-041-0/+114
* | | | Merge pull request #1178 from toonn/rangerpathWojciech Siewierski2018-08-191-4/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Actually check whether selection is a directoryToon Nolten2018-05-161-4/+7
* | | | Fix #1210 for Python 2 (it was never broken for Python 3)Wojciech Siewierski2018-07-311-1/+5
| |/ / |/| |
* | | Fix the issues reported by the coverage test (#1206)Wojciech Siewierski2018-06-171-1/+1
* | | Merge branch 'kitty-img-preview'toonn2018-06-072-5/+9
|\ \ \
| * | | Style Fixesmark-dawn2018-05-292-3/+3
| * | | Automatic network detection, python2 and Exception fixesmark-dawn2018-05-291-2/+0
| * | | Grammar Fixesmark-dawn2018-05-291-1/+1
| * | | Bugfixes & Improvementsmark-dawn2018-05-291-1/+1
| * | | Kitty image protocol based preview, alphamark-dawn2018-05-291-1/+7
* | | | Fix the testsWojciech Siewierski2018-06-011-1/+2
* | | | Add a new data type for rc.conf: floatWojciech Siewierski2018-06-011-0/+5
|/ / /
* | | Merge branch 'master' into masterWojciech Siewierski2018-05-283-32/+115
|\ \ \
| * \ \ Merge branch 'master' into detect_file_encodingWojciech Siewierski2018-05-283-23/+82
| |\ \ \
| | * | | Revert "ranger <path> can select files"hut2018-05-161-6/+2
| | * | | Merge branch 'master' into breakbeforebinopshut2018-05-154-24/+87
| | |\ \ \
| | | * \ \ Merge branch 'allthetabs'toonn2018-05-152-7/+18
| | | |\ \ \
| | | | * | | Remove the implicit assumption tabs are numbers.toonn2018-04-191-1/+12
| | | | * | | Lift the limit on tabs for :tab_newtoonn2018-04-191-4/+4
| | | | * | | Save all the tabs, including the active tab.toonn2018-04-191-2/+2
| | | | | |/ | | | | |/|