Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'tmuxtitle' | toonn | 2018-05-08 | 3 | -5/+5 |
|\ | |||||
| * | Only try changing the tmux title if inside tmux | toonn | 2018-01-31 | 1 | -4/+3 |
| | | | | | | | | | | Check whether we're running in `tmux` by checking the existence of `$TMUX` and only if so set the window title. | ||||
| * | Guard tmux title changes | toonn | 2018-01-30 | 3 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | | Changing the tmux window title to "ranger" was not guarded for the presence of the tmux executable, this tripped up at least one user with an `rc.conf` that still `set update_tmux_title true`. While the behavior is *not-a-bug*, I expect most people'd rather have the setting enabled by default since "python" is a less useful window title. Fix #1042 | ||||
* | | Merge branch 'systemconf' | toonn | 2018-05-08 | 6 | -28/+73 |
|\ \ | |||||
| * | | Document system-wide configuration files. | toonn | 2018-05-08 | 2 | -5/+11 |
| | | | |||||
| * | | Fix a longstanding typo in config/__init__.py | toonn | 2018-05-08 | 1 | -1/+1 |
| | | | |||||
| * | | Update comments in rc.conf with system-wide location | toonn | 2018-02-01 | 1 | -2/+3 |
| | | | |||||
| * | | Update commands.py comments with the new system-wide location | toonn | 2018-02-01 | 1 | -5/+11 |
| | | | |||||
| * | | Load system-wide configuration files. | toonn | 2018-02-01 | 1 | -12/+44 |
| | | | | | | | | | | | | | | | | | | | | | Both rc.conf and commands.py are now additionally loaded from `/etc/ranger` if they exist. Fix #869 | ||||
* | | | Merge branch 'mikeri-master' | toonn | 2018-04-28 | 1 | -0/+8 |
|\ \ \ | |||||
| * | | | Fixed bare exception, added OSError | Michael Ilsaas | 2018-04-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Handle not installed mimetypes command | Michael Ilsaas | 2018-04-28 | 1 | -4/+7 |
| | | | | |||||
| * | | | ext.rifle: Additional Check for mime type with mimetype command | Michael Ilsaas | 2018-04-27 | 1 | -0/+5 |
|/ / / | |||||
* | | | Merge pull request #1133 from Vifon/avfs_plugin | Wojciech Siewierski | 2018-04-02 | 1 | -0/+33 |
|\ \ \ | | | | | | | | | Add a simple AVFS integration | ||||
| * | | | Fix pylint | Wojciech Siewierski | 2018-04-01 | 1 | -2/+4 |
| | | | | |||||
| * | | | examples: Add plugin_avfs.py, a simple AVFS integration | Wojciech Siewierski | 2018-04-01 | 1 | -0/+31 |
|/ / / | | | | | | | | | | http://avf.sourceforge.net/ | ||||
* | | | Add docker entrypoint | hut | 2018-04-01 | 1 | -1/+2 |
| | | | |||||
* | | | Apply patch from debian package: 0004-fix-type-in-manpage.patch | hut | 2018-04-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Description: Fix typo in manpage Author: Mateusz Łukasik <mati75@linuxmint.pl> | ||||
* | | | Dockerfile: Avoid creating unnecessary layers | Wojciech Siewierski | 2018-04-01 | 1 | -2/+1 |
| | | | |||||
* | | | Fix documentation for docker integration | hut | 2018-04-01 | 1 | -1/+1 |
| | | | |||||
* | | | Add docker support | hut | 2018-04-01 | 1 | -0/+8 |
| | | | |||||
* | | | Merge pull request #1129 from neverfox/pull-request/rifle-pdf-flag | Toon Nolten | 2018-03-31 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix typo for pdf in rifle.conf | ||||
| * | | | Fix typo for pdf in rifle.conf | Roman Pearah | 2018-03-29 | 1 | -1/+1 |
|/ / / | | | | | | | | | | Fixes #1128 | ||||
* | | | rc.conf: Use smartcase in :find and :filter | Wojciech Siewierski | 2018-03-28 | 1 | -2/+2 |
| | | | |||||
* | | | Avoid calling os.getcwd() | Wojciech Siewierski | 2018-03-07 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | os.getcwd() dereferences symlinks and it's usually undesirable. Fixes #1105. | ||||
* | | | doc/ranger.1: Reorder the settings alphabetically | Wojciech Siewierski | 2018-03-05 | 3 | -9/+9 |
| | | | |||||
* | | | Merge pull request #1103 from Vifon/full-hints | Wojciech Siewierski | 2018-03-05 | 5 | -11/+71 |
|\ \ \ | | | | | | | | | Show the full keybindings in the key hints | ||||
| * | | | Cleanup lists and generators | Wojciech Siewierski | 2018-03-04 | 1 | -3/+3 |
| | | | | |||||
| * | | | Update the manpage | Wojciech Siewierski | 2018-03-04 | 1 | -1/+5 |
| | | | | |||||
| * | | | Fix the coding style | Wojciech Siewierski | 2018-03-04 | 2 | -5/+7 |
| | | | | |||||
| * | | | Add the 'hint_collapse_threshold' that controls when the submaps are collapsed | Wojciech Siewierski | 2018-03-04 | 4 | -5/+26 |
| | | | | |||||
| * | | | Show the full keybindings in the key hints | Wojciech Siewierski | 2018-03-04 | 1 | -10/+43 |
|/ / / | |||||
* | | | Merge pull request #1091 from toonn/embeddednull | Toon Nolten | 2018-02-25 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | Catch the right errors in addstr | ||||
| * | | | Clarify the comment and fix the url | toonn | 2018-02-24 | 1 | -1/+2 |
| | | | | |||||
| * | | | Catch the right errors in addstr | toonn | 2018-02-24 | 1 | -1/+2 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python changed an error from `TypeError` to `ValueError` in version 3.5 now we catch both for backwards compatibility. Relevant issue: https://bugs.python.org/issue22215 Fixes #990 Fixes #1045 Fixes #1079 Fixes #1082 Fixes #1086 | ||||
* | | | elaborated on how to tag a commit | hut | 2018-02-22 | 1 | -1/+3 |
| | | | |||||
* | | | Added chapter about preparing the stable branch before release | hut | 2018-02-22 | 1 | -0/+23 |
| | | | |||||
* | | | Merge remote-tracking branch 'upstream/stable' | Wojciech Siewierski | 2018-02-22 | 0 | -0/+0 |
|\ \ \ | |||||
| * | | | Please do not turn off your phone while upgrading... v1.9.1 | Wojciech Siewierski | 2018-02-22 | 6 | -8/+19 |
| | | | | |||||
* | | | | Please do not turn off your phone while upgrading... | Wojciech Siewierski | 2018-02-22 | 6 | -8/+19 |
| | | | | |||||
* | | | | removed redundant directive in howto-publish-a-release.md | hut | 2018-02-21 | 1 | -1/+0 |
| | | | | |||||
* | | | | update howto-publish-a-release.md | hut | 2018-02-21 | 1 | -2/+4 |
|/ / / | |||||
* | | | Merge pull request #1078 from toonn/scopebash3 | Toon Nolten | 2018-02-17 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Make scope.sh backwards compatible with bash v3 | ||||
| * | | | Make scope.sh backwards compatible with bash v3 | toonn | 2018-02-16 | 1 | -1/+1 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bash v3 doesn't support the `,,` syntax for lowercasing. This is relevant on Mac OS which still comes with bash v3.2. Using `:upper:` and `:lower:` with `tr` takes into account the locale so this allows letters with diacritical marks in extensions. This behavior may not be desirable. Fixes #1072 | ||||
* | | | Merge branch 'tag_add_parameters' of github:NoSuck/ranger | toonn | 2018-02-14 | 1 | -4/+4 |
|\ \ \ | |||||
| * | | | Fully encompass tag_toggle | The Flying Rapist | 2018-02-09 | 1 | -4/+4 |
| | | | | |||||
* | | | | Merge pull request #1070 from nvllsvm/master | Toon Nolten | 2018-02-13 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Add geeqie image viewer to the default `rifle.conf`. | ||||
| * | | | | Add geeqie image viewer support | Andrew Rabert | 2018-02-11 | 1 | -0/+1 |
|/ / / / | |||||
* / / / | Allow to use >(...) in Bash for --choosedir & its friends | Wojciech Siewierski | 2018-02-11 | 1 | -1/+1 |
|/ / / | | | | | | | | | | | | | | | | | | | I see no good reason why realpath was preferred there over abspath and it clearly was breaking the process substitution (">(...)") by turning for instance "/proc/self/fd/13" into "/proc/32444/fd/pipe:[4935093]", the latter not being a valid file. | ||||
* | | | Reload tags on reset | The Flying Rapist | 2018-02-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Without this, there is no way to reload the “tagged” file. Being able to reload it is nice, because you can tag paths using external utilities (e.g. a feh action). |