Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | Disable pylint too-many-branches for _draw_borders | squigz | 2018-01-05 | 1 | -0/+1 | |
| | * | | | | | | | Further draw_borders refactoring, "both" isn't now a distinct state | Wojciech Siewierski | 2018-01-05 | 1 | -9/+17 | |
| | * | | | | | | | Clean up the draw_borders code | Wojciech Siewierski | 2018-01-05 | 1 | -12/+11 | |
| | * | | | | | | | draw_borders: treat true as both for backwards compatibility | squigz | 2018-01-04 | 1 | -1/+1 | |
| | * | | | | | | | remove unnecessary checks | squigz | 2018-01-04 | 1 | -2/+2 | |
| | * | | | | | | | Reduce calls to string.lower() | squigz | 2018-01-04 | 1 | -5/+4 | |
| | * | | | | | | | Update manpage section on draw_borders | squigz | 2018-01-04 | 2 | -5/+17 | |
| | * | | | | | | | Fix rc.conf | squigz | 2018-01-04 | 1 | -1/+1 | |
| | * | | | | | | | Use True/False instead of 1/0 | squigz | 2018-01-04 | 1 | -4/+5 | |
| | * | | | | | | | Remove draw_separators from ALLOWED_SETTINGS | squigz | 2018-01-04 | 1 | -1/+0 | |
| | * | | | | | | | Changes draw_borders setting to a string | squigz | 2018-01-04 | 3 | -38/+37 | |
| | * | | | | | | | Remove _draw_separators and integrate with _draw_borders with the `separators... | squigz | 2018-01-04 | 1 | -64/+26 | |
| | * | | | | | | | Fix draw_separators setting in rc.conf | squigz | 2018-01-04 | 1 | -1/+1 | |
| | * | | | | | | | Update manpage with 'draw_separator' setting | squigz | 2018-01-04 | 3 | -2/+9 | |
| | * | | | | | | | Add 'draw_separators' option to rc.conf | squigz | 2018-01-04 | 1 | -0/+3 | |
| | * | | | | | | | Add option to draw separators between columns instead of drawing boxes | squigz | 2018-01-03 | 2 | -0/+47 | |
| * | | | | | | | | Merge pull request #1228 from natemaia/patch-4 | Wojciech Siewierski | 2018-09-07 | 1 | -0/+70 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge branch 'master' into patch-4 | Nathaniel | 2018-09-05 | 19 | -37/+586 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Remove extra pipe in subprocess call, rename plugin and add original | natemaia | 2018-09-05 | 2 | -47/+89 | |
| | * | | | | | | | | | 2 lines around function definition | Nathaniel | 2018-07-07 | 1 | -0/+1 | |
| | * | | | | | | | | | import order and break long lines | Nathaniel | 2018-07-07 | 1 | -8/+12 | |
| | * | | | | | | | | | Indentation and whitespace cleanup | Nathaniel | 2018-07-07 | 1 | -12/+8 | |
| | * | | | | | | | | | Update plugin_pmount.py | Nathaniel | 2018-07-07 | 1 | -20/+47 | |
| * | | | | | | | | | | Merge branch 'moveright' | toonn | 2018-09-07 | 1 | -2/+5 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Switch if/else branches to minimize negation | Toon Nolten | 2018-08-21 | 1 | -3/+3 | |
| | * | | | | | | | | | Fix type in execute_file docstring | Toon Nolten | 2018-08-21 | 1 | -1/+1 | |
| | * | | | | | | | | | Add selection argument to move action | Toon Nolten | 2018-08-21 | 1 | -1/+4 | |
| * | | | | | | | | | | Merge branch 'jakanaka-evan-archive-img' | toonn | 2018-09-07 | 1 | -0/+37 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Change description comment | toonn | 2018-09-07 | 1 | -1/+2 | |
| | * | | | | | | | | | | scope.sh: Explain what archive img-previewing does | jakanakae-envangel | 2018-09-07 | 1 | -1/+1 | |
| | * | | | | | | | | | | scope.sh: Simplify archive-img extraction code | jakanakae-envangel | 2018-08-30 | 1 | -21/+14 | |
| | * | | | | | | | | | | scope.sh: Simplify exit status checking | jakanakae-envangel | 2018-08-28 | 1 | -14/+7 | |
| | * | | | | | | | | | | scope.sh: Handle archive filenames starting with '-' | jakanakae-envangel | 2018-08-25 | 1 | -2/+2 | |
| | * | | | | | | | | | | scope.sh: Use python's mimetypes for finding imgs | jakanakae-envangel | 2018-08-23 | 1 | -1/+4 | |
| | * | | | | | | | | | | scope.sh: Fix rm-ing a nonexistent file | jakanakae-envangel | 2018-08-23 | 1 | -2/+2 | |
| | * | | | | | | | | | | scope.sh: Comment archive previewing by default | jakanakae-envangel | 2018-08-23 | 1 | -45/+45 | |
| | * | | | | | | | | | | scope.sh: Implement image previews for archives | jakanakae-envangel | 2018-08-23 | 1 | -0/+47 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge branch 'anypathmacro' | toonn | 2018-09-06 | 1 | -2/+17 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Fixed up pylint/flake8 warnings | toonn | 2018-09-06 | 1 | -7/+9 | |
| | * | | | | | | | | | Add the %any_path macro | toonn | 2018-09-06 | 1 | -2/+15 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1294 from Zaeph/patch-1 | Wojciech Siewierski | 2018-09-06 | 3 | -1/+8 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Update man with a clearer entry | Leo Vivier | 2018-09-02 | 2 | -2/+2 | |
| | * | | | | | | | | | Update man | Leo Vivier | 2018-09-02 | 2 | -0/+7 | |
| | * | | | | | | | | | Add mapping to open console and pre-fill it with previous command | Leo Vivier | 2018-09-02 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1285 from Zaeph/patch-1 | Toon Nolten | 2018-09-01 | 3 | -12/+35 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Map C-p to `console` for faster history access | Leo Vivier | 2018-09-01 | 1 | -0/+2 | |
| | * | | | | | | | | | Set default and alternative bindings for word-movements | Leo Vivier | 2018-09-01 | 1 | -2/+3 | |
| | * | | | | | | | | | Add Alt-LEFT and Alt-RIGHT for moving between words in man | Leo Vivier | 2018-09-01 | 2 | -6/+6 | |
| | * | | | | | | | | | Revert "Fix punctuation in READLINE-LIKE BINDINGS IN THE CONSOLE" | Leo Vivier | 2018-09-01 | 2 | -6/+6 | |
| | * | | | | | | | | | Fix punctuation in READLINE-LIKE BINDINGS IN THE CONSOLE | Leo Vivier | 2018-09-01 | 2 | -6/+6 |