summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* config: Use `atool` directlynfnty2017-01-292-5/+5
* "title bar" -> "titlebar"nfnty2017-01-291-1/+1
* Add setting `hostname_in_titlebar`nfnty2017-01-293-9/+14
* container.file: File.firstbytes: Handle `UnicodeDecodeError`nfnty2017-01-281-1/+4
* config.commands: scout: Open highlighted entry on enternfnty2017-01-281-5/+2
* data/scope.sh: `$EXTENSION` -> `$FILE_EXTENSION`nfnty2017-01-281-3/+3
* core.loader: Handle work process items exceptionsnfnty2017-01-281-4/+16
* data/scope.sh: Complete refactornfnty2017-01-281-112/+147
* gui.widgets.console: Only read history file if it existsnfnty2017-01-261-9/+11
* core.fm: `loop()`: Remove useless `if` statementnfnty2017-01-261-5/+4
* Only use `hasattr` where absolutely needednfnty2017-01-269-20/+11
* core.main: Remove COMPAT `options.py`nfnty2017-01-261-21/+0
* gui: Replace `_curses` with `curses`nfnty2017-01-253-10/+7
* gui.widgets.pager: Handle `source.close()` exceptionnfnty2017-01-251-9/+15
* core.actions: Pass path to `_run_pager()`, not file objectDavid le Blanc2017-01-251-3/+3
* container.settings: Do not try to access key before being setnfnty2017-01-251-2/+1
* core.loader: `safeDecode()` -> `safe_decode()`nfnty2017-01-251-5/+5
* core.loader: `safeDecode()`: Do not try to decode with encoding `None`nfnty2017-01-251-2/+3
* config/rc.conf: Remove `IGNORE_CASE` from `travel` aliasnfnty2017-01-251-1/+1
* data/scope.sh: Make `file` output easily discerniblenfnty2017-01-251-1/+1
* config/rc.conf: Add map for copying selection to clipboardnfnty2017-01-241-3/+4
* ext.shutil_generatorized: Update to Python 2.7.13nfnty2017-01-241-29/+26
* ext.shutil_generatorized: Use builtin functionsnfnty2017-01-241-128/+18
* core.loader: `CopyLoader.generate`: Reduce nestingnfnty2017-01-241-48/+50
* container.fsobject: Fix natural sortnfnty2017-01-241-13/+19
* config.commands: `setlocal`: Properly parse path with spacesnfnty2017-01-242-14/+23
* core.actions: macros: `confdir` should not be defined in clean modenfnty2017-01-232-6/+5
* container.bookmarks: Notify on errors, Disallow filesnfnty2017-01-231-38/+46
* core.linemode: `FileInfoLinemode`: Output is already decodednfnty2017-01-231-5/+1
* core.actions: Reduce `get_preview()` nestingnfnty2017-01-231-118/+123
* data/scope.sh: Use `file` as a fallbackLauri Niskanen2017-01-231-0/+2
* core.linemode: `Mtime`: Fix crash when `file.stat is None`Christian Zangl2017-01-231-0/+4
* core.actions: Split `$PAGER` before runningProfpatsch2017-01-221-6/+7
* config/rifle.conf: Add `--each` to atool for multiple filesnfnty2017-01-221-4/+4
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-2140-305/+290
* Python 3 division: Remove explicit float conversionsnfnty2017-01-218-24/+24
* Python 3 division: Import `division` from `__future__`nfnty2017-01-2173-73/+73
* linting: Fix flake8 `W503`nfnty2017-01-183-8/+5
* linting: Correct autopep8nfnty2017-01-1827-238/+254
* linting: pylint 2.0.0nfnty2017-01-1732-126/+112
* linting: Fix `make test`nfnty2017-01-171-0/+0
* linting: Enable `attribute-defined-outside-init`nfnty2017-01-176-8/+27
* linting: Enable `access-member-before-definition`nfnty2017-01-173-3/+5
* linting: `ranger.gui.curses_shortcuts.CursesShortcuts`: Init all attributesnfnty2017-01-172-1/+6
* linting: `ranger.gui.widgets.view_base.ViewBase`: Init all attributesnfnty2017-01-171-19/+5
* linting: `ranger.core.runner.Context`: Init all attributesnfnty2017-01-171-5/+13
* linting: Do not convert arguments to `OpenStruct`nfnty2017-01-177-73/+76
* linting: Enable `consider-iterating-dictionary`nfnty2017-01-171-1/+1
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-1773-1/+150
* linting: Python 2 compatnfnty2017-01-1711-57/+60