Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Implement passing of flags for :bulkrename | toonn | 2020-06-23 | 1 | -1/+7 | |
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The flags a bulkrename command passed to the command runner were fixed to `w`, which means "wait for an enter keypress." Now it's possible to pass whichever flags you want. Passing any flag overrides the default so if you still want the confirmation you need to explicitly pass `w`. Fixes #2002 | |||||
| | * | | | | | | | | Merge branch 'master' into py26-format-fix | Wojciech Siewierski | 2020-07-05 | 5 | -56/+63 | |
| | |\ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'install-default-py3' | toonn | 2020-06-22 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Default to python3 at install, fall back to python | toonn | 2020-06-22 | 1 | -2/+2 | |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since `python` is supposed to always point to a python 2.x executable and python 2.x is no longer supported by the PSF, we should try to install with `python3` by default and fall back to `python` and then `python2`. Fixes #2006 | |||||
* | | | | | | | | | Merge commit '5f9fc1827934d' | toonn | 2020-05-25 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge PR #1975 adding hide alias for scout (inverted filter) | |||||
| * | | | | | | | | | add alias for scout | hektr | 2020-05-25 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add hide alias for scout. Should work like filter but with inverted results of matching. | |||||
* | | | | | | | | | | Merge branch 'hektr-pull-1974' | toonn | 2020-05-24 | 1 | -1/+0 | |
|\| | | | | | | | | | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | extra comment is deleted | hektr | 2020-05-24 | 1 | -1/+0 | |
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | a little clean up. Possible values of viewmode are showed in comments above that option, so, it's not needed to make commented duplicate of this option. | |||||
* | | | | | | | | Merge pull request #1958 from Vifon/setuptools | Wojciech Siewierski | 2020-05-13 | 2 | -13/+5 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Fully migrate from distutils to setuptools | |||||
| * | | | | | | | Fully migrate from distutils to setuptools | Wojciech Siewierski | 2020-05-13 | 2 | -13/+5 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | Even the Python docs recommend setuptools over using distutils directly. | |||||
* | | | | | | | 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 | |||||
| | * | | | | | | Fix redundant whitespace in class definition | toonn | 2020-06-27 | 1 | -1/+0 | |
| | | | | | | | | ||||||
| | * | | | | | | Py26 does not support implicit format spec numbering | toonn | 2020-03-04 | 5 | -19/+26 | |
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As FichteFoll rightly pointed outin #1840, python 2.6 did *not* support implicit format spec numbering for positional arguments. This commit brings the code back in line with our promise that it is compatible with python 2.6. I used the following patterns to grep for occurences: - '"\{\}"' - '"\{:.*\}"' - "'\{\}'" - "'\{:.*\}'" | |||||
* | | | | | | | 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 | |
|\ \ \ \ |