Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cheatsheet: Update IRC reference | toonn | 2021-05-19 | 1 | -1/+1 |
| | |||||
* | manpage: Update IRC reference | toonn | 2021-05-19 | 2 | -4/+4 |
| | |||||
* | README: Update IRC channel information | toonn | 2021-05-19 | 1 | -1/+1 |
| | | | | | Unfortunately there's no Libera.Chat webclient I can link to, so the connecting guide'll have to do. | ||||
* | Merge branch 'clickable-preview' | toonn | 2021-05-17 | 3 | -13/+16 |
|\ | |||||
| * | doc: Update man page re right clicking to open files | toonn | 2021-05-17 | 2 | -12/+12 |
| | | |||||
| * | browsercolumn: Fix regression when clicking preview | toonn | 2021-05-17 | 1 | -1/+4 |
|/ | | | | | | | | | | | | When clicking the preview column ranger used to open the targeted file. This behavior was broken when implementing preview scrolling. This reenables that behavior when using the right mouse button. I decided to deviate from the original behavior because it's prone to accidentally opening a file when clicking on the terminal window to bring it to the foreground. This should be an acceptable middle ground. Fixes #2330 | ||||
* | Merge branch 'pirate486743186-patch-1' | toonn | 2021-04-25 | 1 | -0/+4 |
|\ | |||||
| * | Fix rifle rule alignment | toonn | 2021-04-25 | 1 | -3/+3 |
| | | |||||
| * | adding zathura in archives | pirate486743186 | 2021-04-25 | 1 | -0/+1 |
| | | |||||
| * | adding qcomicbook in archives | pirate486743186 | 2021-04-25 | 1 | -0/+1 |
| | | |||||
| * | mcomix and atril update | pirate486743186 | 2021-04-25 | 1 | -0/+2 |
|/ | |||||
* | Merge remote-tracking branch 'omermizr/patch-1' | toonn | 2021-04-22 | 1 | -1/+1 |
|\ | |||||
| * | fix(git): support hierarchical branch names | omermizr | 2021-04-18 | 1 | -1/+1 |
|/ | | | Resolve https://github.com/ranger/ranger/issues/2311 | ||||
* | Merge branch '5hir0kur0-fix-1798-crashes-when-deleting-to-trash' | toonn | 2021-03-28 | 2 | -5/+61 |
|\ | |||||
| * | fm: Py2 doesn't handle implicit format references | toonn | 2021-03-28 | 1 | -1/+2 |
| | | |||||
| * | trash: Move paths_to_filesystem_objects to fm.py | 5hir0kur0 | 2020-03-07 | 2 | -38/+38 |
| | | | | | | | | | | This commit also renames the method to "get_filesystem_objects" for symmetry to "get_directory". | ||||
| * | trash: Fix crash on OSError | 5hir0kur0 | 2020-03-07 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | | | The trash command used to crash ranger when passing so may arguments that the argument length limit of the OS is reached. See the discussion in pull request #1871 for steps to reproduce. Now it displays an error message instead of crashing. (It does not move the files to trash though.) | ||||
| * | trash: Don't call the File() constructor | 5hir0kur0 | 2020-03-06 | 1 | -2/+40 |
| | | | | | | | | | | | | | | | | Previously the File() constructor was called for every path (if the paths to be moved to trash were supplied after the command instead of deleting the selection, e.g. ":trash a b c"). This commit adds a method paths_to_filesystem_objects() to find the existing objects that ranger has in memory and use those instead. | ||||
| * | Fix crashes when deleting to trash | 5hir0kur0 | 2020-03-05 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The execute() method of the trash command (in ranger/config/commands.py) used to pass a list of file paths (as strings) to fm.execute_file(). The documentation of the execute_file() method states that the 'files' parameter must not be strings: [...] files: a list of file objects (not strings!) [...] So I changed 'files' to be a list of File objects and that seems to fix the issue. Fixes #1798 | ||||
* | | Merge branch 'rifle-comics' | toonn | 2021-03-27 | 1 | -2/+4 |
|\ \ | |||||
| * | | rifle: qcomicbook does not support the -- convention | toonn | 2021-03-27 | 1 | -1/+1 |
| | | | |||||
| * | | 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 |
|/ / / |