summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Another pylint fix (2 spaces before in-line comment)squigz2018-01-051-1/+1
| | * | | | | | Merge branch 'master' into mastersquigglezworth2018-01-051-1/+0
| | |\ \ \ \ \ \
| | * | | | | | | Disable pylint too-many-branches for _draw_borderssquigz2018-01-051-0/+1
| | * | | | | | | Further draw_borders refactoring, "both" isn't now a distinct stateWojciech Siewierski2018-01-051-9/+17
| | * | | | | | | Clean up the draw_borders codeWojciech Siewierski2018-01-051-12/+11
| | * | | | | | | draw_borders: treat true as both for backwards compatibilitysquigz2018-01-041-1/+1
| | * | | | | | | remove unnecessary checkssquigz2018-01-041-2/+2
| | * | | | | | | Reduce calls to string.lower()squigz2018-01-041-5/+4
| | * | | | | | | Update manpage section on draw_borderssquigz2018-01-042-5/+17
| | * | | | | | | 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
| | * | | | | | | Update manpage with 'draw_separator' settingsquigz2018-01-043-2/+9
| | * | | | | | | 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 pull request #1228 from natemaia/patch-4Wojciech Siewierski2018-09-071-0/+70
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' into patch-4Nathaniel2018-09-0519-37/+586
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Remove extra pipe in subprocess call, rename plugin and add originalnatemaia2018-09-052-47/+89
| | * | | | | | | | | 2 lines around function definitionNathaniel2018-07-071-0/+1
| | * | | | | | | | | import order and break long linesNathaniel2018-07-071-8/+12
| | * | | | | | | | | Indentation and whitespace cleanupNathaniel2018-07-071-12/+8
| | * | | | | | | | | Update plugin_pmount.pyNathaniel2018-07-071-20/+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
| | |/ / / / / / / / /
| * | | | | | | | | | Merge branch 'anypathmacro'toonn2018-09-061-2/+17
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Fixed up pylint/flake8 warningstoonn2018-09-061-7/+9
| | * | | | | | | | | Add the %any_path macrotoonn2018-09-061-2/+15
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #1294 from Zaeph/patch-1Wojciech Siewierski2018-09-063-1/+8
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Update man with a clearer entryLeo Vivier2018-09-022-2/+2
| | * | | | | | | | | Update manLeo Vivier2018-09-022-0/+7
| | * | | | | | | | | Add mapping to open console and pre-fill it with previous commandLeo Vivier2018-09-021-1/+1
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #1285 from Zaeph/patch-1Toon Nolten2018-09-013-12/+35
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | 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 Alt-LEFT and Alt-RIGHT for moving between words in manLeo Vivier2018-09-012-6/+6