summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* ranger in danger because of some stranger v1.8.1hut2017-01-086-5/+8
|
* config/commands.py: scout: Do not use `re.LOCALE`nfnty2017-01-081-1/+1
| | | | | | | Very unreliable and Python 3.6 only supports the flag for bytes patterns Fixes #664 Fixes #752
* git commit -m 'git commit -m git\ commit\ -m\ '\''Happy\ Holidays\!'\' v1.8.0hut2016-12-247-21/+42
|
* Merge branch 'preview_method_set_fix' of https://github.com/Vifon/rangerhut2016-11-041-1/+8
|\
| * Update the image preview method upon setting it in runtimeWojciech Siewierski2016-10-101-1/+8
| | | | | | | | | | Previously the displayer was not changed after the initialization, so only the value read from rc.conf was used.
* | Merge branch 'urxvt_preview' of https://github.com/Vifon/rangerhut2016-11-041-6/+20
|\ \
| * | urxvt previews: Allow the preview maximizationWojciech Siewierski2016-10-111-6/+20
| |/
* | added comments to code from 9361c51 (#693)hut2016-11-042-2/+6
| |
* | Merge branch 'master' of https://github.com/valoq/rangerhut2016-11-042-2/+5
|\ \
| * | fixed 7z crashvaloq2016-10-232-2/+5
| |/
* | Merge branch 'statusbar_percentage_crashes' of ↵hut2016-11-041-1/+1
|\ \ | | | | | | | | | https://github.com/richboss/ranger
| * | fix issue #679: Statusbar percentage crashes on python 2.6.6Richard Boß2016-10-241-1/+1
| |/
* | Merge branch 'windows_line_endings' of https://github.com/richboss/rangerhut2016-11-041-1/+1
|\ \
| * | fix issue #698: replace Windows line endings with Unix line endingsRichard Boß2016-10-251-1/+1
| |/
* | ext.vcs.vcs: code deduplicationhut2016-11-042-16/+43
| |
* | code deduplicationhut2016-11-042-9/+9
| |
* | Merge branch 'subprocess_check_output' of https://github.com/richboss/rangerhut2016-11-042-3/+16
|\ \
| * | fix argument orderRichard Boß2016-10-252-2/+2
| | |
| * | fix issue #695: FileInfo Linemode crashes Ranger on Python 2.6Richard Boß2016-10-242-3/+16
| |/ | | | | | | | | - replaced calls to subprocess.check_output by code downported from Python 2.7
* | Increase `fm.log` maxlennfnty2016-10-311-1/+1
| |
* | Always extend left side of `fm.log`nfnty2016-10-312-8/+7
| |
* | VCS: Handle exceptionsnfnty2016-10-311-9/+14
|/
* Fix the urxvt preview documentationWojciech Siewierski2016-10-084-8/+8
|
* Implement the urxvt-based image previewsWojciech Siewierski2016-10-057-12/+132
|
* manpage: rebuildhut2016-09-032-27/+20
|
* manpage: Document how to escape macroshut2016-09-032-2/+6
|
* Revert "Add github issue/PR templates"hut2016-08-272-14/+0
| | | | This reverts commit 0757fe98dcb238133dcac664c972bdecb7b78b65.
* Add github issue/PR templateshut2016-08-272-0/+14
|
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now only the first token of TERMCMD needs to exist in PATH. Previously the whole value was checked, which could contain additional parameters. The check and term guessing were performed in two places. Now it's done by the get_term() function to reduce the code duplication. In that function the second check was indented one level deeper (relative to the original code). Keeping both checks on the same level, while visually pleasing, was conveying the wrong message. One never wants to perform the second check if the first one fails. Nesting shouldn't be a problem: if the nesting will need to be any deeper than this, this code will need to be refactored anyway. Fixes #613.
* | Merge branch 'anomalous-backslash-in-string' of ↵hut2016-08-261-1/+1
|\ \ | | | | | | | | | https://github.com/stepshal/ranger
| * | 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
| | | | | | | | | | | | | | | | Ensure that only one newline is rstripped
| * | | 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
| |/ / | | | | | | | | | | | | | | | This is required for shell commands to succeed with filenames that start with the hash character. The 'mv' command invoked by 'bulkrename', for instance, will fail with such files unless hashes are escaped.
* | | Merge branch 'master2' of https://github.com/nightsense/rangerhut2016-08-261-1/+1
|\ \ \
| * | | fix documentation typonightsense2016-08-151-1/+1
| |/ /
* | | README: document more optional "dependencies" for scope.shhut2016-08-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | added these to the list: - pygmentize - acat - bsdtar - unrar
* | | README: document commit d2f1817 (from PR #658)hut2016-08-261-0/+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
| | | | | | | | | | | | This reverts commit 8132885c2fbddc9e686f2285b307e28a1f29f2a7.
* | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This results from finalize being called in order for the widgets. Previously when ranger changed viewmodes, it would delete then readd the widget object which meant that the finalize for the viewmode was called last instead of before console, which meant the finalize of the viewmode was setting and overriding the cursor position.
* | | | Fix full folder size being shown incorrectlyMichael Hoang2016-08-211-1/+1
|/ / / | | | | | | | | | | | | The full size is only shown when ALL files (hidden or filtered) are selected.
* | | Remove incorrect part of conditionalMichael Hoang2016-08-201-3/+2
| | | | | | | | | | | | | | | The incorrect part of the conditional is already covered correctly in has_preview(), so it is redundant and can be removed.
* | | 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
| |