summary refs log tree commit diff stats
path: root/ranger/core/actions.py
Commit message (Expand)AuthorAgeFilesLines
* api.commands.CommandContainer.get_command: Inverse `abbrev`nfnty2017-02-081-1/+1
* core.actions.Actions.move: visual: Change order of if statementsnfnty2017-02-061-6/+6
* Add `$XDG_DATA_HOME` supportnfnty2017-02-051-0/+1
* Add setting `wrap_scroll`: Visual modenfnty2017-02-051-24/+37
* Add setting `wrap_scroll`Samuel Walladge2017-02-051-0/+1
* api.commands: Refactor function and alias commandsnfnty2017-02-041-6/+3
* core.actions.Actions.move: Fix visual selectionnfnty2017-02-031-1/+1
* Fix alias macro expansionnfnty2017-02-031-5/+8
* ranger.core.actions.Actions.move: Reduce nestingnfnty2017-02-011-45/+48
* `--choosefiles`: Choose all selected files, not just CWDmrogalski2017-01-311-3/+10
* linting: pylint: Remove most `disabled=protected-access`nfnty2017-01-301-6/+6
* Only use `hasattr` where absolutely needednfnty2017-01-261-1/+1
* core.actions: Pass path to `_run_pager()`, not file objectDavid le Blanc2017-01-251-3/+3
* core.actions: macros: `confdir` should not be defined in clean modenfnty2017-01-231-1/+2
* core.actions: Reduce `get_preview()` nestingnfnty2017-01-231-118/+123
* core.actions: Split `$PAGER` before runningProfpatsch2017-01-221-6/+7
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-37/+49
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: Correct autopep8nfnty2017-01-181-37/+40
* linting: pylint 2.0.0nfnty2017-01-171-7/+6
* linting: Enable `attribute-defined-outside-init`nfnty2017-01-171-1/+2
* linting: Enable `access-member-before-definition`nfnty2017-01-171-2/+2
* linting: Do not convert arguments to `OpenStruct`nfnty2017-01-171-13/+13
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: Python 2 compatnfnty2017-01-171-5/+6
* linting: pylint and flake8nfnty2017-01-171-119/+136
* linting: autopep8nfnty2017-01-171-40/+41
* core/actions.py: search_file: Do not use `re.LOCALE`nfnty2017-01-151-1/+1
* Merge branch 'fix_docstring_move' of https://github.com/ael-code/rangerhut2016-12-051-1/+1
|\
| * typo fix in move function docstringael-code2016-11-091-1/+1
* | Merge branch 'trailing_space_fix' of https://github.com/vlad7777/rangerhut2016-12-051-1/+1
|\ \
| * | Refactored.Vlad2016-11-171-1/+1
| * | Fixed trailing space bug in config parsing.Vlad2016-11-151-1/+1
| |/
* | Added some useful debugging messageael-code2016-11-251-0/+1
* | Update all the log callsael-code2016-11-251-1/+4
* | Make use of standard logging library to handle logsael-code2016-11-251-2/+4
|/
* Add missing whitespaces around arithmetic operatorsstepshal2016-06-221-1/+1
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-13/+13
* Merge branch 'whitespace' of https://github.com/stepshal/rangerhut2016-06-211-4/+4
|\
| * Remove whitespace in blank linesstepshal2016-06-191-4/+4
* | Merge branch 'backslash' of https://github.com/stepshal/rangerhut2016-06-211-3/+3
|\ \
| * | Remove reduntant backslash between brackets.stepshal2016-06-191-3/+3
| |/
* | Merge branch 'membership' of https://github.com/stepshal/rangerhut2016-06-211-2/+2
|\ \
| * | test for membership should be 'not in'stepshal2016-06-191-2/+2
| |/
* | Merge branch 'comparison' of https://github.com/stepshal/rangerhut2016-06-211-2/+2
|\ \
| * | comparison to None should be 'if cond is None:'stepshal2016-06-191-2/+2
| |/
* / Comparison to True/False should be 'if cond is True/False:' or 'if not cond:'.stepshal2016-06-191-3/+3
|/
* Merge branch 'whitespaces' of https://github.com/stepshal/rangerhut2016-06-181-1/+1
|\
| * Fix whitespacesstepshal2016-06-161-1/+1
* | Merge branch 'reduntant' of https://github.com/stepshal/rangerhut2016-06-181-3/+0
|\ \