Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add correct path to ranger on OS X | Arshia Mufti | 2016-09-06 | 1 | -0/+2 | |
| | | | ||||||
* | | | Merge branch 'preview_method_set_fix' of https://github.com/Vifon/ranger | hut | 2016-11-04 | 1 | -1/+8 | |
|\ \ \ | ||||||
| * | | | Update the image preview method upon setting it in runtime | Wojciech Siewierski | 2016-10-10 | 1 | -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/ranger | hut | 2016-11-04 | 1 | -6/+20 | |
|\ \ \ \ | ||||||
| * | | | | urxvt previews: Allow the preview maximization | Wojciech Siewierski | 2016-10-11 | 1 | -6/+20 | |
| |/ / / | ||||||
* | | | | added comments to code from 9361c51 (#693) | hut | 2016-11-04 | 2 | -2/+6 | |
| | | | | ||||||
* | | | | Merge branch 'master' of https://github.com/valoq/ranger | hut | 2016-11-04 | 2 | -2/+5 | |
|\ \ \ \ | ||||||
| * | | | | fixed 7z crash | valoq | 2016-10-23 | 2 | -2/+5 | |
| |/ / / | ||||||
* | | | | Merge branch 'statusbar_percentage_crashes' of ↵ | hut | 2016-11-04 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | | | | | | https://github.com/richboss/ranger | |||||
| * | | | | fix issue #679: Statusbar percentage crashes on python 2.6.6 | Richard Boß | 2016-10-24 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge branch 'windows_line_endings' of https://github.com/richboss/ranger | hut | 2016-11-04 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | fix issue #698: replace Windows line endings with Unix line endings | Richard Boß | 2016-10-25 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | ext.vcs.vcs: code deduplication | hut | 2016-11-04 | 2 | -16/+43 | |
| | | | | ||||||
* | | | | code deduplication | hut | 2016-11-04 | 2 | -9/+9 | |
| | | | | ||||||
* | | | | Merge branch 'subprocess_check_output' of https://github.com/richboss/ranger | hut | 2016-11-04 | 2 | -3/+16 | |
|\ \ \ \ | ||||||
| * | | | | fix argument order | Richard Boß | 2016-10-25 | 2 | -2/+2 | |
| | | | | | ||||||
| * | | | | fix issue #695: FileInfo Linemode crashes Ranger on Python 2.6 | Richard Boß | 2016-10-24 | 2 | -3/+16 | |
| |/ / / | | | | | | | | | | | | | | | | | - replaced calls to subprocess.check_output by code downported from Python 2.7 | |||||
* | | | | Increase `fm.log` maxlen | nfnty | 2016-10-31 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Always extend left side of `fm.log` | nfnty | 2016-10-31 | 2 | -8/+7 | |
| | | | | ||||||
* | | | | VCS: Handle exceptions | nfnty | 2016-10-31 | 1 | -9/+14 | |
|/ / / | ||||||
* | | | Fix the urxvt preview documentation | Wojciech Siewierski | 2016-10-08 | 4 | -8/+8 | |
| | | | ||||||
* | | | Implement the urxvt-based image previews | Wojciech Siewierski | 2016-10-05 | 7 | -12/+132 | |
|/ / | ||||||
* | | manpage: rebuild | hut | 2016-09-03 | 2 | -27/+20 | |
| | | ||||||
* | | manpage: Document how to escape macros | hut | 2016-09-03 | 2 | -2/+6 | |
| | | ||||||
* | | Revert "Add github issue/PR templates" | hut | 2016-08-27 | 2 | -14/+0 | |
| | | | | | | | | This reverts commit 0757fe98dcb238133dcac664c972bdecb7b78b65. | |||||
* | | Add github issue/PR templates | hut | 2016-08-27 | 2 | -0/+14 | |
| | | ||||||
* | | Merge branch 'open_terminal_with_options' of https://github.com/Vifon/ranger | hut | 2016-08-26 | 3 | -14/+18 | |
|\ \ | ||||||
| * | | Refactor and improve the TERMCMD handling | Wojciech Siewierski | 2016-06-30 | 3 | -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 ↵ | hut | 2016-08-26 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | https://github.com/stepshal/ranger | |||||
| * | | | gui.ansi: fix anomalous backslash in string. | stepshal | 2016-07-11 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge branch 'master' of https://github.com/nfnty/ranger | hut | 2016-08-26 | 5 | -75/+80 | |
|\ \ \ \ | ||||||
| * | | | | VCS: Add _run rstrip_newline | nfnty | 2016-08-08 | 5 | -60/+64 | |
| | | | | | | | | | | | | | | | | | | | | Ensure that only one newline is rstripped | |||||
| * | | | | VCS: git: Fix log output containing control characters, Fixes #641 | nfnty | 2016-08-02 | 1 | -17/+18 | |
| |/ / / | ||||||
* | | | | Merge branch 'master' of https://github.com/nightsense/ranger | hut | 2016-08-26 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | add hash to escaped characters in shell commands | nightsense | 2016-08-06 | 1 | -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/ranger | hut | 2016-08-26 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | fix documentation typo | nightsense | 2016-08-15 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | README: document more optional "dependencies" for scope.sh | hut | 2016-08-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added these to the list: - pygmentize - acat - bsdtar - unrar | |||||
* | | | | README: document commit d2f1817 (from PR #658) | hut | 2016-08-26 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Added preview option for odt, ods, odp and sxw files using odt2txt | Florian Sattler | 2016-08-26 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Revert "gui.displayable: more safe DisplayableContainer.replace_child" | hut | 2016-08-22 | 1 | -13/+3 | |
| | | | | | | | | | | | | | | | | This reverts commit 8132885c2fbddc9e686f2285b307e28a1f29f2a7. | |||||
* | | | | gui.displayable: more safe DisplayableContainer.replace_child | hut | 2016-08-21 | 1 | -3/+13 | |
| | | | | ||||||
* | | | | Merge branch 'fix/cursor-on-viewmode-change' of https://github.com/Enzime/ranger | hut | 2016-08-21 | 2 | -7/+13 | |
|\ \ \ \ | ||||||
| * | | | | Fix cursor being lost when changing viewmodes | Michael Hoang | 2016-08-21 | 2 | -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 incorrectly | Michael Hoang | 2016-08-21 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | | | | The full size is only shown when ALL files (hidden or filtered) are selected. | |||||
* | | | Remove incorrect part of conditional | Michael Hoang | 2016-08-20 | 1 | -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 Fujimoto | 2016-08-04 | 1 | -1/+1 | |
|/ / | ||||||
* | | Command chaining now handles semicolon whitespace. | The Flying Rapist | 2016-07-10 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'document-scout-flag-r' of https://github.com/nevimov/ranger | hut | 2016-07-05 | 2 | -0/+2 | |
|\ \ | ||||||
| * | | Document -r flag for scout command | nevimov | 2016-06-27 | 2 | -0/+2 | |
| | | | | | | | | | | | | | | | The default rc.conf uses 'scout' with the '-r' flag in several places, but the flag isn't documented. |