about summary refs log tree commit diff stats
path: root/ranger/gui/widgets/console.py
Commit message (Expand)AuthorAgeFilesLines
* console: Force UTF-8 encodingtoonn2021-09-011-2/+2
* console: Switch to io.opentoonn2021-09-011-3/+3
* console: Switch to open23toonn2021-08-271-2/+3
* gui.widgets.console: Refactor to use withtoonn2021-07-201-21/+24
* transpose_subr/words: Format in accordance to PEP8toonn2021-01-161-2/+1
* transpose_subr: Appease the almighty pylinttoonn2021-01-161-1/+1
* transpose_words: Fix transposing last two wordstoonn2021-01-161-1/+4
* transpose_chars: Add explicit check for start of linetoonn2021-01-161-1/+3
* transpose_subr: Refactor to swap both regions in one concatenationtoonn2021-01-161-10/+4
* transpose_subr: Remove check for equal regionstoonn2021-01-161-2/+1
* transpose_subr: Check lower boundtoonn2021-01-161-2/+2
* Add word/character transposition at the console44274505+ericricky@users.noreply.github.com2021-01-161-0/+75
* Refactor _add_character as static methodtoonn2020-07-071-40/+40
* Refactor _add_character as functiontoonn2020-07-071-39/+40
* Missed a couple py3 version checkstoonn2020-07-071-3/+4
* Factor out python 3 version checkingtoonn2020-06-291-4/+4
* doctests are no longer silently failing (when failing)Wojciech Siewierski2019-01-271-1/+2
* Merge branch 'fix-cursor-movement' of https://github.com/0xjmz/rangerhut2017-12-201-6/+14
|\
| * Fix issue #852 incorrect cursor movementMarcin Zawada2017-07-241-6/+14
* | Fix question movement when typingMarcin Zawada2017-09-031-1/+1
* | Movement for long questionsMarcin Zawada2017-09-031-6/+12
|/
* gui.widgets.console.Console: Don't crash when parsing corrupt history filenfnty2017-02-251-2/+6
* api.commands.CommandContainer.get_command: Inverse `abbrev`nfnty2017-02-081-1/+1
* api.commands: Tab completion: Escape macros if `resolve_macros` is enablednfnty2017-02-061-5/+3
* Add `$XDG_DATA_HOME` supportnfnty2017-02-051-1/+1
* gui.widgets.console.Console: Fix closing when line emptynfnty2017-02-021-4/+5
* linting: pylint: Remove most `disabled=protected-access`nfnty2017-01-301-3/+3
* gui.widgets.console: Only read history file if it existsnfnty2017-01-261-9/+11
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-14/+9
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: pylint 2.0.0nfnty2017-01-171-4/+5
* linting: Enable `attribute-defined-outside-init`nfnty2017-01-171-2/+2
* linting: Do not convert arguments to `OpenStruct`nfnty2017-01-171-2/+2
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: Python 2 compatnfnty2017-01-171-1/+1
* linting: pylint and flake8nfnty2017-01-171-17/+19
* linting: autopep8nfnty2017-01-171-8/+8
* Add missing whitespaces around arithmetic operatorsstepshal2016-06-221-2/+2
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-7/+7
* comparison to None should be 'if cond is None:'stepshal2016-06-191-1/+1
* Add two blank lines where is expectedstepshal2016-06-161-0/+1
* Added keybindings <A-Left>, <A-Right> to move word-wisehut2016-06-061-1/+71
* Implement Midnight Commander-like mutlipane viewhut2016-04-011-0/+1
* commands.py: Pass number to tab()nfnty2015-11-171-5/+5
* Neater copyright headerhut2015-03-191-2/+2
* update email addresshut2014-12-111-1/+1
* api.commands: Added attribute Command.quickly_executedhut2014-12-101-1/+6
* gui.widgets.console: validate keys before adding to unicode_bufferhut2014-10-151-13/+14
* gui.widgets.console: clear unicode_buffer when len >= 4hut2014-10-151-0/+2
* Changed email address in source codehut2013-08-081-1/+1