Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rifle: Add mcomix and qcomicbook | toonn | 2021-03-27 | 1 | -2/+4 |
| | | | | Fixes #2292 | ||||
* | Merge remote-tracking branch 'ritikrajdev/dart-integration-with-rifle' | toonn | 2021-03-21 | 1 | -5/+6 |
|\ | |||||
| * | dart -- support addition | ritikrajdev | 2021-03-21 | 1 | -1/+1 |
| | | |||||
| * | dart support addition in rifle.conf | ritikrajdev | 2021-03-21 | 1 | -5/+6 |
|/ | |||||
* | Merge branch 'ideal-master' | toonn | 2021-03-08 | 1 | -8/+13 |
|\ | |||||
| * | Check man is available before use | toonn | 2021-03-08 | 1 | -11/+13 |
| | | |||||
| * | Rephrase message if man is not installed | ideal | 2021-03-08 | 1 | -1/+1 |
| | | |||||
| * | Fix crash if man is not installed when hit '?' and 'm'. | ideal | 2021-03-07 | 1 | -0/+3 |
|/ | | | | | | On some systems (e.g. archlinuxarm) man is not installed by default, hit '?' and 'm' will cause ranger crashed, showing: AttributeError: 'NoneType' object has no attribute 'poll'. | ||||
* | Merge branch 'trk9001-patch-1' | toonn | 2021-03-03 | 1 | -1/+1 |
|\ | | | | | | | Fixes #2265 | ||||
| * | Fix incorrect file URI scheme prefix | trk | 2021-03-04 | 1 | -1/+1 |
|/ | | | For the correct file URI scheme specification, see RFC 8089 at https://tools.ietf.org/html/rfc8089. | ||||
* | Merge branch 'SimSaladin-issue-1744' | toonn | 2021-02-28 | 3 | -10/+8 |
|\ | | | | | | | Fixes #1744 | ||||
| * | drop custom MimeTypes object in core.fm | Samuli Thomasson | 2020-09-11 | 1 | -5/+4 |
| | | |||||
| * | Fix mimetypes initialization #1744 | Samuli Thomasson | 2020-09-08 | 3 | -9/+8 |
| | | |||||
* | | Merge branch 'ranger_cd_example' | toonn | 2021-02-19 | 1 | -2/+2 |
|\ \ | |||||
| * | | shell_automatic_cd: Fix function name in bind command | toonn | 2021-02-19 | 1 | -2/+2 |
|/ / | |||||
* | | Merge branch 'pkkm-add-quotes' | toonn | 2021-02-08 | 1 | -5/+5 |
|\ \ | | | | | | | | | | | | | | | | | | | Note that word splitting and globbing aren't applied to the right-hand side of assignments. This means these double-quotes aren't necessary. They aren't harmful either though and including them might reduce confusion while reading them. | ||||
| * | | scope.sh: add quotes around variables | Paweł Kraśnicki | 2021-02-07 | 1 | -5/+5 |
|/ / | |||||
* | | Merge branch 'ferreum-fix-console-without-position' | toonn | 2021-01-23 | 1 | -7/+6 |
|\ \ | |||||
| * | | console: Rename to sentinel for clarity | toonn | 2021-01-23 | 1 | -6/+5 |
| | | | |||||
| * | | console: Never set command empty in the first place | toonn | 2021-01-23 | 1 | -3/+1 |
| | | | |||||
| * | | console: Fix empty console when used without position option | Daniel K | 2021-01-23 | 1 | -0/+2 |
|/ / | |||||
* | | Merge branch 'chu4ng-console-pos-flag' | toonn | 2021-01-22 | 3 | -13/+28 |
|\ \ | |||||
| * | | doc: New -s flag for console | toonn | 2021-01-22 | 2 | -10/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document the new console flag. `-s` allows specifying a sentinel string. This sentinel is removed from the body of the command and the cursor is set to its position when opening the console. Sentinel replacement happens after macro expansion and there's no characters which cannot occur in a path. It is therefore impossible to use a sentinel which is 100% "macro safe." Example, running `console -s <cursor> shell <cursor> %s` will open the console with the contents `:shell | %s`, where `|` symbolizes the cursor. | ||||
| * | | console: -s remove only first sentinel occurrence | toonn | 2021-01-22 | 1 | -1/+1 |
| | | | |||||
| * | | Small doc fix for more lucidity | chu4ng | 2021-01-22 | 1 | -1/+1 |
| | | | |||||
| * | | Set argument from '-s' flag as key character. | chu4ng | 2021-01-22 | 1 | -6/+8 |
| | | | |||||
| * | | Added -s flag for set position by char seq '^&'. | chu4ng | 2021-01-22 | 1 | -3/+12 |
|/ / | |||||
* | | Merge branch 'jmorsecode-commands_sample_fix' | toonn | 2021-01-21 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix comment typo in commands_sample.py | jmorsecode | 2021-01-20 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'ericricky-word-char-transposition' | toonn | 2021-01-16 | 2 | -0/+74 |
|\ \ | |||||
| * | | transpose_subr/words: Format in accordance to PEP8 | toonn | 2021-01-16 | 1 | -2/+1 |
| | | | |||||
| * | | transpose_subr: Appease the almighty pylint | toonn | 2021-01-16 | 1 | -1/+1 |
| | | | |||||
| * | | transpose_words: Fix transposing last two words | toonn | 2021-01-16 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Transpose last two words even if on the first letter of last word. This behavior is consistent with readline and emacs. The previous code move one word back if it was anywhere in the last word but that meant the third and second to last words were transposed if the cursor was on the first character of the last word. | ||||
| * | | transpose_chars: Add explicit check for start of line | toonn | 2021-01-16 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | There's no sensible action at the start of the line but we don't want to issue the warning about invalid regions either. | ||||
| * | | transpose_subr: Refactor to swap both regions in one concatenation | toonn | 2021-01-16 | 1 | -10/+4 |
| | | | | | | | | | | | | | | | | | | The calculations for cutting out and repositioning the second now shifted region was complicated. Simply cutting the two regions out of the string and swapping them is conceptually simpler. | ||||
| * | | 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 |
|\ \ \ |