Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 'tkukurin-master' | toonn | 2020-03-04 | 1 | -40/+55 |
|\ | |||||
| * | Drop double setting and prefer basename over split | toonn | 2020-03-04 | 1 | -4/+2 |
| | | |||||
| * | Change approach to multiplexer title renaming | toonn | 2020-03-02 | 1 | -41/+58 |
| | | | | | | | | | | | | | | There were a couple bugs causing ranger to miss opportunities to restore multiplexer window names in tmux. Fixes #1805 | ||||
| * | Update ui.py | Toni Kukurin | 2020-03-02 | 1 | -1/+1 |
| | | | | | | Fix 'FileNotFound' if `screen` is not available | ||||
* | | Merge remote-tracking branch 'dmarcoux/address-issue-1866' | toonn | 2020-03-03 | 2 | -3/+3 |
|\ \ | |/ |/| | |||||
| * | Refer to the correct environment variable for selecting a theme for bat | Dany Marcoux | 2020-03-03 | 2 | -3/+3 |
|/ | | | | Closes #1866 | ||||
* | Merge branch 'xdg-open-option' | toonn | 2020-02-24 | 1 | -1/+1 |
|\ | |||||
| * | xdg-open is not compatible with the -- convention | toonn | 2020-02-24 | 1 | -1/+1 |
|/ | | | | Fixes #1853 | ||||
* | Merge branch 'emberfade-fix-trash-location' | toonn | 2020-02-23 | 3 | -8/+8 |
|\ | |||||
| * | doc: change trash location | emberfade | 2020-02-22 | 2 | -7/+7 |
| | | |||||
| * | rifle.conf: change fallback trash location | emberfade | 2020-02-22 | 1 | -1/+1 |
|/ | | | | Change the fallback trash location to use the correct environment variable and ranger's default data directory. | ||||
* | Merge branch 'jrwrigh-patch-1' | toonn | 2020-02-08 | 2 | -3/+5 |
|\ | |||||
| * | Clarify that defaults will not be loaded | toonn | 2020-02-08 | 2 | -3/+5 |
| | | | | | | | | | | Explicitly state that defaults won't be loaded if a configuration file is present and render the docs. | ||||
| * | doc(rifle): Add note of rifle config reading in manpage | James Wright | 2020-02-07 | 1 | -1/+1 |
|/ | | | In response to #1825. | ||||
* | Merge remote-tracking branch 'vifon/tmpcache-cleanup' | toonn | 2020-01-30 | 1 | -0/+13 |
|\ | |||||
| * | Add a newline before printing the exception for better readability | Wojciech Siewierski | 2020-01-27 | 1 | -1/+1 |
| | | |||||
| * | Cleanup the temporary cache directory in the --clean mode | Wojciech Siewierski | 2020-01-27 | 1 | -0/+13 |
|/ | |||||
* | Flip the __release__ flag | toonn | 2019-12-31 | 1 | -1/+1 |
| | |||||
* | Tax loss harvesting release, nothing to see here v1.9.3 | toonn | 2019-12-31 | 7 | -9/+63 |
| | |||||
* | Fix overflows in man page formatting | toonn | 2019-12-31 | 2 | -16/+20 |
| | |||||
* | Merge branch 'dmitmel-examples-bash-automatic-cd' | toonn | 2019-12-31 | 5 | -37/+43 |
|\ | |||||
| * | Added shellcheck directives for specifying shell | Dmytro Meleshko | 2019-11-06 | 2 | -0/+4 |
| | | |||||
| * | Added a notice about sourcing examples/shell_subshell_notice.sh as well | Dmytro Meleshko | 2019-11-06 | 1 | -1/+2 |
| | | |||||
| * | Added mention about sourcing examples/shell_automatic_cd.sh from shell config | Dmytro Meleshko | 2019-11-06 | 1 | -1/+2 |
| | | |||||
| * | Merge branch 'master' into examples-bash-automatic-cd | Dmytro Meleshko | 2019-11-06 | 2 | -23/+37 |
| |\ | |||||
| * | | Updated comments about compatibility with ranger versions | Dmytro Meleshko | 2019-11-06 | 2 | -2/+2 |
| | | | |||||
| * | | Removed shebangs | Dmytro Meleshko | 2019-11-06 | 2 | -4/+0 |
| | | | |||||
| * | | Renamed script files to not mention Bash | Dmytro Meleshko | 2019-11-02 | 2 | -0/+0 |
| | | | |||||
| * | | Added shebangs and removed notices specifically about Bash | Dmytro Meleshko | 2019-11-02 | 2 | -4/+8 |
| | | | |||||
| * | | Apply requested changes to ranger.py and enforce full POSIX compliance | Dmytro Meleshko | 2019-10-28 | 2 | -7/+6 |
| | | | |||||
| * | | Removed replaced $(<...) with cat | Dmytro Meleshko | 2019-10-28 | 1 | -1/+1 |
| | | | |||||
| * | | Added comparison with $PWD back | Dmytro Meleshko | 2019-10-28 | 1 | -1/+1 |
| | | | |||||
| * | | Replaced `[[` with POSIX-compatible `[` | Dmytro Meleshko | 2019-10-28 | 1 | -1/+1 |
| | | | |||||
| * | | Added pattern for mktemp back | Dmytro Meleshko | 2019-10-28 | 1 | -1/+1 |
| | | | |||||
| * | | Refactor the shell script embedded in ranger.py | Dmytro Meleshko | 2019-10-27 | 1 | -9/+10 |
| | | | |||||
| * | | Removed unnecessary arguments for mktemp in examples/bash_automatic_cd.sh | Dmytro Meleshko | 2019-10-27 | 1 | -1/+1 |
| | | | |||||
| * | | Refactored examples/bash_automatic_cd.sh | Dmytro Meleshko | 2019-10-27 | 1 | -7/+7 |
| | | | |||||
* | | | Merge branch 'revolter-patch-1' | toonn | 2019-12-31 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Remove duplicate code | Iulian Onofrei | 2019-11-07 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'aRkedos-tmux-fix' | toonn | 2019-12-31 | 4 | -28/+65 |
|\ \ \ | |||||
| * | | | Refactor handle_multiplexer | toonn | 2019-12-31 | 5 | -64/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split the method into name changing and resetting methods. `screen -Q` is relatively new so resetting the screen title won't work on systems with an older version, macOS for example. Fixes #1739 | ||||
| * | | | refactoring of redundant code | arkedos | 2019-12-31 | 4 | -23/+70 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | squashing commits for cleaner history. whitespace final fixes refactor of redundant code | ||||
| * | | | applying proposed tmux renaming fix | arkedos | 2019-12-31 | 1 | -6/+4 |
| | | | | |||||
* | | | | Merge branch 'davidgur-master' | toonn | 2019-12-31 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | | | | | Fixes #859, #1071, #1308 | ||||
| * | | | Merge branch 'master' into master | David Gurevich | 2019-11-17 | 2 | -1/+9 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into master | David Gurevich | 2019-11-16 | 1 | -0/+3 |
| |\ \ \ \ | |||||
| * | | | | | Fixed issue with W3MImgPreview not clearing previous image | David Gurevich | 2019-11-11 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge branch 'prosoitos-add_preview' | toonn | 2019-12-30 | 1 | -0/+34 |
|\ \ \ \ \ \ |