Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | transpose_subr: Remove check for equal regions | toonn | 2021-01-16 | 1 | -2/+1 |
| | | | | | There's no point transposing equal regions, the result would be the same. | ||||
* | transpose_subr: Check lower bound | toonn | 2021-01-16 | 1 | -2/+2 |
| | | | | | Allowing negative regions makes it harder to verify there's no overlap between regions. | ||||
* | Add word/character transposition at the console | 44274505+ericricky@users.noreply.github.com | 2021-01-16 | 2 | -0/+77 |
| | | | | Inspired by emacs/readline. | ||||
* | Merge branch 'shellcheck' | toonn | 2021-01-05 | 1 | -2/+2 |
|\ | |||||
| * | Fix shellcheck version comment | toonn | 2021-01-05 | 1 | -1/+1 |
| | | |||||
| * | Fix shellcheck download url | toonn | 2021-01-05 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'fix-files-none' | toonn | 2021-01-05 | 1 | -9/+12 |
|\ | |||||
| * | Refactor error checking for _pointed_obj | toonn | 2021-01-05 | 1 | -11/+9 |
| | | | | | | | | | | | | | | | | | | Fixes #2086 Fixes #2125 Fixes #2136 Fixes #2173 Fixes #2205 Fixes #2209 | ||||
| * | Merge branch 'chu4ng-fix-files-index' into fix-files-none | toonn | 2021-01-05 | 19 | -85/+240 |
| |\ | |||||
| | * | Fix IndexError(list index out of range); | chu4ng | 2020-12-05 | 1 | -0/+2 |
| | | | | | | | | | | | | Fix #2173. | ||||
| | * | Merge remote-tracking branch 'toonn/fix-files-none' into fix-files-index | chu4ng | 2020-12-05 | 1 | -1/+4 |
| | |\ | | |/ | |/| | |||||
| * | | If files is None we can't set the _pointed_obj | toonn | 2020-08-12 | 1 | -1/+4 |
| | | | | | | | | | | | | Fixes #2071 | ||||
* | | | Merge branch 'XuehaiPan-scope' | toonn | 2021-01-05 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | Fix python versions compatibility in scope.sh | XuehaiPan | 2021-01-05 | 1 | -1/+2 |
|/ / / | |||||
* | | | Merge branch 'tags-errors' | toonn | 2020-12-31 | 1 | -9/+20 |
|\ \ \ | |||||
| * | | | Import FileManagerAware | toonn | 2020-12-31 | 1 | -1/+2 |
| | | | | |||||
| * | | | Only write tags if they might've changed | toonn | 2020-12-31 | 1 | -0/+6 |
| | | | | |||||
| * | | | Report errors if tag file does not exist | toonn | 2020-12-31 | 1 | -8/+12 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | A non-existent tag file leads to an opaque crash without indication to the user of what went wrong as in #2200. These errors are now reported through ranger's notify mechanism. The tag file is no longer created conditionally on `__init__`, only upon saving tags. This changes the behavior somewhat in that an empty "tagged" file should never be created. | ||||
* | | | Merge branch 'shellcheck' | toonn | 2020-12-31 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | Change sed invocation for POSIX compliance | toonn | 2020-12-31 | 1 | -1/+2 |
|/ / / | | | | | | | | | | | | | `\s` is a GNU-ism not found in BSD sed. Both implementations support the equivalent `[:blank:]` character class. | ||||
* | | | Merge branch 'prosoitos-ipynb' | toonn | 2020-12-15 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | scope.sh: add ipynb ext to json | Marie-Helene Burle | 2020-12-14 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'chmod-default' | toonn | 2020-11-24 | 1 | -2/+2 |
|\ \ | |||||
| * | | Change chmod maps | toonn | 2020-11-24 | 1 | -2/+2 |
|/ / | | | | | | | | | | | | | | | The maps without explicit target only changed user permissions. The chmod utility changes all permissions when the target's omitted. This brings both more in line. Fixes #2161 | ||||
* | | Remove redundant blank line in docs | toonn | 2020-11-18 | 1 | -1/+0 |
| | | | | | | | | | | When documenting the draw_borders_multipane setting an extra blank line was added. | ||||
* | | Merge branch 'zyklotomic-master' | toonn | 2020-11-18 | 4 | -3/+126 |
|\ \ | |||||
| * | | Document draw_borders_multipane | toonn | 2020-11-18 | 2 | -2/+22 |
| | | | |||||
| * | | Use identity rather than equality comparison for None | toonn | 2020-11-18 | 1 | -1/+1 |
| | | | |||||
| * | | Explicit truthy logic for draw_borders_multipane | Ethan Kiang | 2020-11-18 | 2 | -2/+8 |
| | | | |||||
| * | | Update ALLOWED_VALUES in settings.py for draw_borders_multipane | Ethan Kiang | 2020-11-18 | 1 | -1/+3 |
| | | | |||||
| * | | Use "draw_borders_multipane" instead and "draw_borders" as fallback | Ethan Kiang | 2020-11-18 | 2 | -6/+10 |
| | | | |||||
| * | | Fixed borders not redrawing upon setting change, renamed floating -> active-pane | Ethan Kiang | 2020-11-18 | 1 | -2/+11 |
| | | | |||||
| * | | pylint fixes | Ethan Kiang | 2020-11-18 | 1 | -2/+2 |
| | | | |||||
| * | | created floating style borders for multipane | Ethan Kiang | 2020-11-18 | 2 | -31/+42 |
| | | | |||||
| * | | Fixed borders drawing over the 1st and last directory | Ethan Kiang | 2020-11-18 | 1 | -1/+19 |
| | | | | | | | | | | | | | | | | | | pylint flake8 errors fixed | ||||
| * | | Added draw_borders setting support for view_multipane | Ethan Kiang | 2020-11-18 | 1 | -0/+53 |
|/ / | |||||
* | | Merge branch 'Nfanja-patch-1' | toonn | 2020-11-15 | 1 | -1/+1 |
|\ \ | |||||
| * | | Add decrement | toonn | 2020-11-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | When adding the max function call the decrementing was dropped. Fixes #1603 | ||||
| * | | add forgotten max | Fedor | 2020-11-15 | 1 | -1/+1 |
| | | | |||||
| * | | Fix ranger freeze after shell command during kitty preview | Fedor | 2020-11-15 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'pretty-make' | toonn | 2020-11-13 | 1 | -8/+17 |
|\ \ | |||||
| * | | Change "sgr0" to "normal" for legibility | toonn | 2020-11-13 | 1 | -9/+9 |
| | | | |||||
| * | | Add formatting to make output for clarity | toonn | 2020-11-13 | 1 | -8/+17 |
|/ / | |||||
* | | Merge branch 'fix-travis' | toonn | 2020-11-11 | 6 | -42/+51 |
|\ \ | |||||
| * | | Fix test_py2_compat formatting | toonn | 2020-11-11 | 1 | -0/+1 |
| | | | |||||
| * | | Drop py3 specific pylint for ranger/config | toonn | 2020-11-11 | 1 | -1/+1 |
| | | | |||||
| * | | Shortcut py2 incompatible pytest tests | toonn | 2020-11-11 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | Three of our pytest tests aren't compatible with python 2 by returning early from these testcases and always making them pass, we avoid false negatives in CI results. | ||||
| * | | Unalign code because bad-whitspace was removed | toonn | 2020-11-11 | 3 | -40/+37 |
| | | | |||||
| * | | Add new py3 specific pylint warnings to disabled | toonn | 2020-11-11 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'politas-fix/1880-multipane-status' | toonn | 2020-11-11 | 1 | -1/+7 |
|\ \ |