summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* Fix the urxvt preview documentationWojciech Siewierski2016-10-081-1/+1
* Implement the urxvt-based image previewsWojciech Siewierski2016-10-054-2/+76
* Merge branch 'open_terminal_with_options' of https://github.com/Vifon/rangerhut2016-08-263-14/+18
|\
| * Refactor and improve the TERMCMD handlingWojciech Siewierski2016-06-303-14/+18
* | Merge branch 'anomalous-backslash-in-string' of https://github.com/stepshal/r...hut2016-08-261-1/+1
|\ \
| * | gui.ansi: fix anomalous backslash in string.stepshal2016-07-111-1/+1
* | | Merge branch 'master' of https://github.com/nfnty/rangerhut2016-08-265-75/+80
|\ \ \
| * | | VCS: Add _run rstrip_newlinenfnty2016-08-085-60/+64
| * | | VCS: git: Fix log output containing control characters, Fixes #641nfnty2016-08-021-17/+18
| |/ /
* | | Merge branch 'master' of https://github.com/nightsense/rangerhut2016-08-261-1/+1
|\ \ \
| * | | add hash to escaped characters in shell commandsnightsense2016-08-061-1/+1
| |/ /
* | | Added preview option for odt, ods, odp and sxw files using odt2txtFlorian Sattler2016-08-261-0/+3
* | | Revert "gui.displayable: more safe DisplayableContainer.replace_child"hut2016-08-221-13/+3
* | | gui.displayable: more safe DisplayableContainer.replace_childhut2016-08-211-3/+13
* | | Merge branch 'fix/cursor-on-viewmode-change' of https://github.com/Enzime/rangerhut2016-08-212-7/+13
|\ \ \
| * | | Fix cursor being lost when changing viewmodesMichael Hoang2016-08-212-7/+13
* | | | Fix full folder size being shown incorrectlyMichael Hoang2016-08-211-1/+1
|/ / /
* | | Remove incorrect part of conditionalMichael Hoang2016-08-201-3/+2
* | | rc.conf: Fix map for `r` (open_with command)Shotaro Fujimoto2016-08-041-1/+1
|/ /
* | Command chaining now handles semicolon whitespace.The Flying Rapist2016-07-101-1/+1
* | Merge branch 'document-scout-flag-r' of https://github.com/nevimov/rangerhut2016-07-051-0/+1
|\ \
| * | Document -r flag for scout commandnevimov2016-06-271-0/+1
* | | use importlib on py2.7+ to fix loading commands from pluginshut2016-07-041-2/+10
* | | container.settings: use constants for `setopt` signal prioritieshut2016-07-043-4/+18
* | | widgets.view_miller: fix `set column_ratios ...`hut2016-07-041-1/+2
| |/ |/|
* | Merge branch 'import' of https://github.com/stepshal/rangerhut2016-06-262-2/+4
|\ \
| * | Put imports on separate lines.stepshal2016-06-252-2/+4
* | | Merge branch 'misspellings' of https://github.com/stepshal/rangerhut2016-06-266-6/+6
|\ \ \ | |_|/ |/| |
| * | Fix misspellingsstepshal2016-06-266-6/+6
| |/
* / Add missing trailing commasstepshal2016-06-252-2/+2
|/
* Merge branch 'whitespace' of https://github.com/stepshal/rangerhut2016-06-2517-31/+31
|\
| * Add missing whitespaces around arithmetic operatorsstepshal2016-06-2217-31/+31
* | Reintroduce some changes from cbe0062 after reverting itWojciech Siewierski2016-06-221-0/+1
* | Revert "use importlib to load pugins, and try to load commands from them"Wojciech Siewierski2016-06-221-3/+1
|/
* Use 'except Exception:' instead of 'except:'stepshal2016-06-2237-118/+118
* Put colon-separated compound statement on separate lines.stepshal2016-06-218-26/+52
* Merge branch 'whitespace' of https://github.com/stepshal/rangerhut2016-06-212-5/+5
|\
| * Remove whitespace in blank linesstepshal2016-06-192-5/+5
* | Merge branch 'backslash' of https://github.com/stepshal/rangerhut2016-06-2116-43/+43
|\ \
| * | Remove reduntant backslash between brackets.stepshal2016-06-1916-43/+43
| |/
* | Merge branch 'comment' of https://github.com/stepshal/rangerhut2016-06-2110-15/+15
|\ \
| * | Make at least two spaces before inline commentstepshal2016-06-1910-15/+15
| |/
* | comment style fixeshut2016-06-212-7/+7
* | Merge branch 'membership' of https://github.com/stepshal/rangerhut2016-06-215-8/+8
|\ \
| * | test for membership should be 'not in'stepshal2016-06-195-8/+8
| |/
* | Merge branch 'comparison' of https://github.com/stepshal/rangerhut2016-06-213-4/+4
|\ \
| * | comparison to None should be 'if cond is None:'stepshal2016-06-193-4/+4
| |/
* | Merge branch 'comparison1' of https://github.com/stepshal/rangerhut2016-06-211-3/+3
|\ \
| * | Comparison to True/False should be 'if cond is True/False:' or 'if not cond:'.stepshal2016-06-191-3/+3
| |/
* | core.loader: removed redundant `.readlines()`hut2016-06-211-1/+1