about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | rc.conf: document `freeze_files` settinghut2018-05-131-0/+4
| | | | | | |
| * | | | | | Merge branch 'custom_free_space'toonn2018-05-096-7/+22
| |\ \ \ \ \ \
| | * | | | | | Add new option to disable display of free disk space in statusbarStephane Fontaine2018-02-246-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'toonn2018-05-094-4/+40
| |\ \ \ \ \ \ \
| | * | | | | | | Implemented unit test for recent fixtau32018-02-154-3/+22
| | | | | | | | |
| | * | | | | | | Fixed start path resolving in case of absent working directorytau32018-02-152-4/+21
| | | | | | | | |
| * | | | | | | | Merge branch 'no_count'toonn2018-05-081-0/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | fix automatically_count_files falseChristian Zangl2018-02-071-0/+4
| | | | | | | | | |
| * | | | | | | | | Merge branch 'mediamap'toonn2018-05-081-0/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Revert gm mapping to /mediatoonn2018-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `/media/$USER` locations aren't finalized yet so we're holding off on that change.
| | * | | | | | | | | Update bindings for media directoriestoonn2018-01-311-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'toonn2018-05-083-5/+5
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Only try changing the tmux title if inside tmuxtoonn2018-01-311-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 changestoonn2018-01-303-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'toonn2018-05-086-28/+73
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Document system-wide configuration files.toonn2018-05-082-5/+11
| | | | | | | | | | | | |
| | * | | | | | | | | | | Fix a longstanding typo in config/__init__.pytoonn2018-05-081-1/+1
| | | | | | | | | | | | |
| | * | | | | | | | | | | Update comments in rc.conf with system-wide locationtoonn2018-02-011-2/+3
| | | | | | | | | | | | |
| | * | | | | | | | | | | Update commands.py comments with the new system-wide locationtoonn2018-02-011-5/+11
| | | | | | | | | | | | |
| | * | | | | | | | | | | Load system-wide configuration files.toonn2018-02-011-12/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both rc.conf and commands.py are now additionally loaded from `/etc/ranger` if they exist. Fix #869
| * | | | | | | | | | | | Merge branch 'mikeri-master'toonn2018-04-281-0/+8
|/| | | | | | | | | | | |
| * | | | | | | | | | | | Fixed bare exception, added OSErrorMichael Ilsaas2018-04-281-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Handle not installed mimetypes commandMichael Ilsaas2018-04-281-4/+7
| | | | | | | | | | | | |
| * | | | | | | | | | | | ext.rifle: Additional Check for mime type with mimetype commandMichael Ilsaas2018-04-271-0/+5
|/ / / / / / / / / / / /
| | | | | | | * / / / / Fix <C-h> mappingtoonn2018-04-241-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_pluginWojciech Siewierski2018-04-021-0/+33
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add a simple AVFS integration
| * | | | | | | | | | | Fix pylintWojciech Siewierski2018-04-011-2/+4
| | | | | | | | | | | |
| * | | | | | | | | | | examples: Add plugin_avfs.py, a simple AVFS integrationWojciech Siewierski2018-04-011-0/+31
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://avf.sourceforge.net/
* | | | | | | | | | | Add docker entrypointhut2018-04-011-1/+2
| | | | | | | | | | |
* | | | | | | | | | | Apply patch from debian package: 0004-fix-type-in-manpage.patchhut2018-04-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Fix typo in manpage Author: Mateusz Łukasik <mati75@linuxmint.pl>
* | | | | | | | | | | Dockerfile: Avoid creating unnecessary layersWojciech Siewierski2018-04-011-2/+1
| | | | | | | | | | |
* | | | | | | | | | | Fix documentation for docker integrationhut2018-04-011-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Add docker supporthut2018-04-011-0/+8
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #1129 from neverfox/pull-request/rifle-pdf-flagToon Nolten2018-03-311-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | Fix typo for pdf in rifle.conf
| * | | | | | | | | | Fix typo for pdf in rifle.confRoman Pearah2018-03-291-1/+1
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1128
* | | | | | | / / / rc.conf: Use smartcase in :find and :filterWojciech Siewierski2018-03-281-2/+2
| |_|_|_|_|_|/ / / |/| | | | | | | |
| | | | | | | * | Add a comment about encoding without previewsFichteFoll2018-03-091-0/+1
| | | | | | | | |
| | | | | | | * | Close an unclosed file handleFichteFoll2018-03-091-1/+2
| | | | | | | | |
| | | | | | | * | Add optional encoding detection with chardetFichteFoll2018-03-092-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 commandCaleb Bassi2018-03-292-0/+18
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | * bound to { by default
* | | | | | | Avoid calling os.getcwd()Wojciech Siewierski2018-03-071-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | os.getcwd() dereferences symlinks and it's usually undesirable. Fixes #1105.
* | | | | | | doc/ranger.1: Reorder the settings alphabeticallyWojciech Siewierski2018-03-053-9/+9
| | | | | | |
* | | | | | | Merge pull request #1103 from Vifon/full-hintsWojciech Siewierski2018-03-055-11/+71
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Show the full keybindings in the key hints
| * | | | | | | Cleanup lists and generatorsWojciech Siewierski2018-03-041-3/+3
| | | | | | | |
| * | | | | | | Update the manpageWojciech Siewierski2018-03-041-1/+5
| | | | | | | |
| * | | | | | | Fix the coding styleWojciech Siewierski2018-03-042-5/+7
| | | | | | | |
| * | | | | | | Add the 'hint_collapse_threshold' that controls when the submaps are collapsedWojciech Siewierski2018-03-044-5/+26
| | | | | | | |
| * | | | | | | Show the full keybindings in the key hintsWojciech Siewierski2018-03-041-10/+43
|/ / / / / / /
* | | | | | | Merge pull request #1091 from toonn/embeddednullToon Nolten2018-02-251-1/+3
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Catch the right errors in addstr
| * | | | | | Clarify the comment and fix the urltoonn2018-02-241-1/+2
| | | | | | |