Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | Merge branch 'master' into copymapch | hut | 2018-05-13 | 15 | -44/+157 | |
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | rc.conf: document `freeze_files` setting | hut | 2018-05-13 | 1 | -0/+4 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'custom_free_space' | toonn | 2018-05-09 | 6 | -7/+22 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add new option to disable display of free disk space in statusbar | Stephane Fontaine | 2018-02-24 | 6 | -7/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1087 Useful on high-latency filesystems as it avoid calls to statvfs system call which costs: (number of redraw) * latency. | |||||
| * | | | | | | | Merge branch 'start-path-resolving' | toonn | 2018-05-09 | 4 | -4/+40 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Implemented unit test for recent fix | tau3 | 2018-02-15 | 4 | -3/+22 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fixed start path resolving in case of absent working directory | tau3 | 2018-02-15 | 2 | -4/+21 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge branch 'no_count' | toonn | 2018-05-08 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | fix automatically_count_files false | Christian Zangl | 2018-02-07 | 1 | -0/+4 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'mediamap' | toonn | 2018-05-08 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Revert gm mapping to /media | toonn | 2018-05-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `/media/$USER` locations aren't finalized yet so we're holding off on that change. | |||||
| | * | | | | | | | | | Update bindings for media directories | toonn | 2018-01-31 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because of `udisks2` `/run/media/$USER` is becoming a common directory for automounting, this adds a keybinding to go there (using the first available letter in the path). Similarly the binding for `/media` now points to `/media/$USER`, because for example ubuntu adopted this new location. I believe the `$USER` parts have to do with security, giving only the user that mounted a filesystem access to it. | |||||
| * | | | | | | | | | | 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 | |
|/ / / / / / / / / / / / | ||||||
| | | | | | | * / / / / | Fix <C-h> mapping | toonn | 2018-04-24 | 1 | -0/+2 | |
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <C-h> is variously interpreted as ^H or ^?, by copying the mapping to both <backspace> and <backspace2> it should work either case. Fixes #1083 | |||||
* | | | | | | | | | | | 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 | |
| |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| | | | | | | * | | Add a comment about encoding without previews | FichteFoll | 2018-03-09 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| | | | | | | * | | Close an unclosed file handle | FichteFoll | 2018-03-09 | 1 | -1/+2 | |
| | | | | | | | | | ||||||
| | | | | | | * | | Add optional encoding detection with chardet | FichteFoll | 2018-03-09 | 2 | -8/+31 | |
| |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If it's not available, test utf-8 and utf-16. If everything fails, fall back to latin1 as previously. Fixes #990. | |||||
| | | | | | | * | Add traverse_backwards command | Caleb Bassi | 2018-03-29 | 2 | -0/+18 | |
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | * bound to { by default | |||||
* | | | | | | | 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 |