about summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* console: Never set command empty in the first placetoonn2021-01-231-3/+1
* console: Fix empty console when used without position optionDaniel K2021-01-231-0/+2
* console: -s remove only first sentinel occurrencetoonn2021-01-221-1/+1
* Small doc fix for more luciditychu4ng2021-01-221-1/+1
* Set argument from '-s' flag as key character.chu4ng2021-01-221-6/+8
* Added -s flag for set position by char seq '^&'.chu4ng2021-01-221-3/+12
* Fix comment typo in commands_sample.pyjmorsecode2021-01-201-1/+1
* 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-162-0/+77
* Merge branch 'fix-files-none'toonn2021-01-051-9/+12
|\
| * Refactor error checking for _pointed_objtoonn2021-01-051-11/+9
| * Fix IndexError(list index out of range);chu4ng2020-12-051-0/+2
| * Merge remote-tracking branch 'toonn/fix-files-none' into fix-files-indexchu4ng2020-12-051-1/+4
| |\
| | * If files is None we can't set the _pointed_objtoonn2020-08-121-1/+4
* | | Fix python versions compatibility in scope.shXuehaiPan2021-01-051-1/+2
* | | Import FileManagerAwaretoonn2020-12-311-1/+2
* | | Only write tags if they might've changedtoonn2020-12-311-0/+6
* | | Report errors if tag file does not existtoonn2020-12-311-8/+12
* | | scope.sh: add ipynb ext to jsonMarie-Helene Burle2020-12-141-1/+1
|/ /
* | Change chmod mapstoonn2020-11-241-2/+2
* | Use identity rather than equality comparison for Nonetoonn2020-11-181-1/+1
* | Explicit truthy logic for draw_borders_multipaneEthan Kiang2020-11-182-2/+8
* | Update ALLOWED_VALUES in settings.py for draw_borders_multipaneEthan Kiang2020-11-181-1/+3
* | Use "draw_borders_multipane" instead and "draw_borders" as fallbackEthan Kiang2020-11-182-6/+10
* | Fixed borders not redrawing upon setting change, renamed floating -> active-paneEthan Kiang2020-11-181-2/+11
* | pylint fixesEthan Kiang2020-11-181-2/+2
* | created floating style borders for multipaneEthan Kiang2020-11-182-31/+42
* | Fixed borders drawing over the 1st and last directoryEthan Kiang2020-11-181-1/+19
* | Added draw_borders setting support for view_multipaneEthan Kiang2020-11-181-0/+53
* | Add decrementtoonn2020-11-151-1/+1
* | add forgotten maxFedor2020-11-151-1/+1
* | Fix ranger freeze after shell command during kitty previewFedor2020-11-151-1/+1
* | Drop py3 specific pylint for ranger/configtoonn2020-11-111-1/+1
* | Unalign code because bad-whitspace was removedtoonn2020-11-113-40/+37
* | Merge branch 'politas-fix/1880-multipane-status'toonn2020-11-111-1/+7
|\ \
| * \ Merge branch 'master' into fix/1880-multipane-statusMyk2020-11-072-13/+20
| |\ \
| * | | unbind from tab.changeMyk2020-08-061-1/+0
| * | | Merge branch 'fix/1880-multipane-status' of https://github.com/politas/ranger...Myk2020-08-022-2/+22
| |\ \ \
| | * \ \ Merge branch 'master' into fix/1880-multipane-statusMyk2020-08-022-2/+22
| | |\ \ \ | | | | |/ | | | |/|
| * | / | Add handler for tab.layoutchangeMyk2020-08-021-0/+1
| |/ / /
| * | | Handle all column changesMyk2020-08-011-4/+4
| * | | Test for and follow tab changes in multipane modeMyk2020-08-011-1/+7
* | | | Allow $PAGER to contain spaces (handle pager flags)Zoran Plesivcak2020-11-081-8/+8
| |_|/ |/| |
* | | Merge branch 'swalladge-extra-rifle-apps'toonn2020-11-061-12/+19
|\ \ \