Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | | 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 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | | Silence KeyError for bookmarks while expanding macros | toonn | 2018-12-26 | 1 | -2/+0 | |
| |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | 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 | |
| * | | | | | | | | | | Add word-movement commands in console to man-page | Leo Vivier | 2018-09-01 | 2 | -10/+28 | |
| * | | | | | | | | | | Add support for default terminal word-movement commands to console | Leo Vivier | 2018-09-01 | 1 | -0/+2 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Fix the tilde support in the titlebar | Wojciech Siewierski | 2018-08-31 | 2 | -3/+6 | |
* | | | | | | | | | | Merge pull request #1291 from NoSuck/tilde_setting_window_title | Wojciech Siewierski | 2018-08-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Applies Tilde Setting to Window Title | The Flying Rapist | 2018-08-29 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Fix the filter_stack previews on Python 3 | Wojciech Siewierski | 2018-08-28 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #1287 from Zaeph/patch-2 | Wojciech Siewierski | 2018-08-28 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Add <C-g> as an alias to <ESC> in console | Leo Vivier | 2018-08-26 | 1 | -0/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'rangerpath' | Toon Nolten | 2018-08-20 | 1 | -7/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Check whether tfile is a dir not the entire selection | Toon Nolten | 2018-08-20 | 1 | -7/+6 | |
* | | | | | | | | | | Merge pull request #1222 from Vifon/filter_stack | Wojciech Siewierski | 2018-08-20 | 6 | -0/+293 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add an explicit "AND" filter combinator | Wojciech Siewierski | 2018-08-19 | 4 | -0/+31 |