Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | remove unnecessary checks | squigz | 2018-01-04 | 1 | -2/+2 | |
| | * | | | | | | | | Reduce calls to string.lower() | squigz | 2018-01-04 | 1 | -5/+4 | |
| | * | | | | | | | | 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 | |
| | * | | | | | | | | 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 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 | |
| | |/ / / / / / / | ||||||
* | / / / / / / / | 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 | |
* | | | | | | | | Add mapping to open console and pre-fill it with previous command | Leo Vivier | 2018-09-02 | 1 | -1/+1 | |
* | | | | | | | | 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 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 | |
* | | | | | | | | 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 | |
* | | | | | | | | 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 | 4 | -0/+206 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add an explicit "AND" filter combinator | Wojciech Siewierski | 2018-08-19 | 2 | -0/+21 | |
| * | | | | | | | | Implement the filter stack rotation | Wojciech Siewierski | 2018-08-19 | 2 | -0/+8 | |
| * | | | | | | | | Implement the filter stack | Wojciech Siewierski | 2018-07-04 | 4 | -0/+177 | |
* | | | | | | | | | Merge pull request #1198 from toonn/rangerversion | Wojciech Siewierski | 2018-08-19 | 1 | -1/+20 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Introduce a helper function for versioning | toonn | 2018-06-06 | 1 | -1/+20 | |
* | | | | | | | | | | Merge pull request #1178 from toonn/rangerpath | Wojciech Siewierski | 2018-08-19 | 1 | -4/+7 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Actually check whether selection is a directory | Toon Nolten | 2018-05-16 | 1 | -4/+7 | |
* | | | | | | | | | | Replace StopIteration with bare return | Yannick CouziniƩ | 2018-08-06 | 1 | -2/+2 | |
* | | | | | | | | | | Merge pull request #1238 from Enzime/fix/run-as-root-on-macos | Wojciech Siewierski | 2018-08-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix run as root on macOS | Michael Hoang | 2018-07-25 | 1 | -1/+1 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #1240 from hektr/patch-2 | Wojciech Siewierski | 2018-07-31 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Update rifle | hektr | 2018-07-30 | 1 | -0/+1 | |
| |/ / / / / / / / / |