summary refs log tree commit diff stats
path: root/ranger/api
Commit message (Expand)AuthorAgeFilesLines
* api.commands.CommandContainer.get_command: Inverse `abbrev`nfnty2017-02-081-10/+9
* api: Fix backwards compatibilitynfnty2017-02-063-21/+8
* api.commands: Tab completion: Escape macros if `resolve_macros` is enablednfnty2017-02-061-3/+23
* api.commands: CommandFunction: Can't set `__doc__` after creation on Python 2nfnty2017-02-041-1/+2
* api.commands: Fix function and alias commands namesnfnty2017-02-041-5/+5
* api.commands: Refactor function and alias commandsnfnty2017-02-041-63/+61
* linting: pylint: Fix `literal-comparison`nfnty2017-02-041-1/+1
* api.commands.CommandContainer.alias: Fix syntax error for Python < 3.5nfnty2017-02-041-4/+1
* api.commands: Fix `FunctionCommand` aliasesnfnty2017-02-041-13/+7
* Fix alias macro expansionnfnty2017-02-031-2/+5
* api.commands: Refactor aliasingnfnty2017-02-031-42/+23
* api.commands.Command.rest: Fix char space matchingnfnty2017-02-021-2/+2
* api.commands.AliasCommand: Fix overwritten attributenfnty2017-01-301-4/+4
* linting: pylint: Remove most `disabled=protected-access`nfnty2017-01-301-29/+24
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-14/+10
* Python 3 division: Import `division` from `__future__`nfnty2017-01-213-3/+3
* linting: Fix flake8 `W503`nfnty2017-01-181-2/+1
* linting: Correct autopep8nfnty2017-01-181-3/+5
* linting: pylint 2.0.0nfnty2017-01-171-7/+6
* linting: Do not convert arguments to `OpenStruct`nfnty2017-01-171-1/+1
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-173-0/+7
* linting: Python 2 compatnfnty2017-01-171-2/+4
* linting: pylint and flake8nfnty2017-01-173-39/+37
* linting: autopep8nfnty2017-01-171-12/+11
* Expose logging facilities to commandsael-code2016-11-251-0/+5
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-3/+3
* Merge branch 'whitespace' of https://github.com/stepshal/rangerhut2016-06-211-1/+1
|\
| * Remove whitespace in blank linesstepshal2016-06-191-1/+1
* | Merge branch 'backslash' of https://github.com/stepshal/rangerhut2016-06-211-6/+6
|\ \
| * | Remove reduntant backslash between brackets.stepshal2016-06-191-6/+6
| |/
* / Make at least two spaces before inline commentstepshal2016-06-191-1/+1
|/
* Merge branch 'whitespaces' of https://github.com/stepshal/rangerhut2016-06-181-1/+1
|\
| * Fix whitespacesstepshal2016-06-161-1/+1
* | Merge branch 'E301' of https://github.com/stepshal/rangerhut2016-06-181-0/+2
|\ \
| * | Add one blank line where is expectedstepshal2016-06-161-0/+2
| |/
* / Add two blank lines where is expectedstepshal2016-06-162-0/+5
|/
* allow toggling options with `:set <option>!`hut2016-04-031-0/+40
* commands.py: Pass number to tab()nfnty2015-11-171-3/+7
* api/commands.py: Fix the doc extraction from the Actions class methodsWojciech Siewierski2015-10-061-1/+1
* api.commands: removed alias() and DELETE_WARNINGhut2015-04-141-3/+0
* Neater copyright headerhut2015-03-193-4/+7
* ranger.api: added docstring to register_linemodehut2015-03-181-0/+1
* renamed `ranger.api.custom_linemode` back to `...register_linemode`hut2015-03-181-1/+1
* the register_linemode function reimplemented as a decoratorWojciech Siewierski2015-03-181-4/+3
* further linemode refactoringWojciech Siewierski2015-02-221-0/+8
* update email addresshut2014-12-112-2/+2
* api.commands: sort commands when tabbing in the console, fixes #171hut2014-12-101-1/+1
* api.commands: Added attribute Command.quickly_executedhut2014-12-101-0/+2
* api.commands: pass attributes of AliasCommand to actual commandhut2014-12-101-2/+7
* api.commands: improved tab-completion of :rename and othershut2013-10-251-7/+26