summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | remove unnecessary checkssquigz2018-01-041-2/+2
| | * | | | | | | | Reduce calls to string.lower()squigz2018-01-041-5/+4
| | * | | | | | | | Fix rc.confsquigz2018-01-041-1/+1
| | * | | | | | | | Use True/False instead of 1/0squigz2018-01-041-4/+5
| | * | | | | | | | Remove draw_separators from ALLOWED_SETTINGSsquigz2018-01-041-1/+0
| | * | | | | | | | Changes draw_borders setting to a stringsquigz2018-01-043-38/+37
| | * | | | | | | | Remove _draw_separators and integrate with _draw_borders with the `separators...squigz2018-01-041-64/+26
| | * | | | | | | | Fix draw_separators setting in rc.confsquigz2018-01-041-1/+1
| | * | | | | | | | Add 'draw_separators' option to rc.confsquigz2018-01-041-0/+3
| | * | | | | | | | Add option to draw separators between columns instead of drawing boxessquigz2018-01-032-0/+47
| * | | | | | | | | 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
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch 'jakanaka-evan-archive-img'toonn2018-09-071-0/+37
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Change description commenttoonn2018-09-071-1/+2
| | * | | | | | | | scope.sh: Explain what archive img-previewing doesjakanakae-envangel2018-09-071-1/+1
| | * | | | | | | | scope.sh: Simplify archive-img extraction codejakanakae-envangel2018-08-301-21/+14
| | * | | | | | | | scope.sh: Simplify exit status checkingjakanakae-envangel2018-08-281-14/+7
| | * | | | | | | | scope.sh: Handle archive filenames starting with '-'jakanakae-envangel2018-08-251-2/+2
| | * | | | | | | | scope.sh: Use python's mimetypes for finding imgsjakanakae-envangel2018-08-231-1/+4
| | * | | | | | | | scope.sh: Fix rm-ing a nonexistent filejakanakae-envangel2018-08-231-2/+2
| | * | | | | | | | scope.sh: Comment archive previewing by defaultjakanakae-envangel2018-08-231-45/+45
| | * | | | | | | | scope.sh: Implement image previews for archivesjakanakae-envangel2018-08-231-0/+47
| | |/ / / / / / /
* | / / / / / / / 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
* | | | | | | | Add mapping to open console and pre-fill it with previous commandLeo Vivier2018-09-021-1/+1
* | | | | | | | Map C-p to `console` for faster history accessLeo Vivier2018-09-011-0/+2
* | | | | | | | Set default and alternative bindings for word-movementsLeo Vivier2018-09-011-2/+3
* | | | | | | | Add support for default terminal word-movement commands to consoleLeo Vivier2018-09-011-0/+2
* | | | | | | | Fix the tilde support in the titlebarWojciech Siewierski2018-08-312-3/+6
* | | | | | | | Applies Tilde Setting to Window TitleThe Flying Rapist2018-08-291-1/+1
* | | | | | | | Fix the filter_stack previews on Python 3Wojciech Siewierski2018-08-281-1/+1
* | | | | | | | Add <C-g> as an alias to <ESC> in consoleLeo Vivier2018-08-261-0/+1
|/ / / / / / /
* | | | | | | 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-204-0/+206
|\ \ \ \ \ \ \ \
| * | | | | | | | Add an explicit "AND" filter combinatorWojciech Siewierski2018-08-192-0/+21
| * | | | | | | | Implement the filter stack rotationWojciech Siewierski2018-08-192-0/+8
| * | | | | | | | Implement the filter stackWojciech Siewierski2018-07-044-0/+177
* | | | | | | | | Merge pull request #1198 from toonn/rangerversionWojciech Siewierski2018-08-191-1/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Introduce a helper function for versioningtoonn2018-06-061-1/+20
* | | | | | | | | | Merge pull request #1178 from toonn/rangerpathWojciech Siewierski2018-08-191-4/+7
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Actually check whether selection is a directoryToon Nolten2018-05-161-4/+7
* | | | | | | | | | Replace StopIteration with bare returnYannick CouziniƩ2018-08-061-2/+2
* | | | | | | | | | Merge pull request #1238 from Enzime/fix/run-as-root-on-macosWojciech Siewierski2018-08-041-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix run as root on macOSMichael Hoang2018-07-251-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #1240 from hektr/patch-2Wojciech Siewierski2018-07-311-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update riflehektr2018-07-301-0/+1
| |/ / / / / / / / /