Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | 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. | |||||
* | | | Merge branch 'authors' of https://github.com/insivest/ranger | hut | 2016-07-05 | 1 | -7/+7 | |
|\ \ \ | ||||||
| * | | | Update AUTHORS | insivest | 2016-07-05 | 1 | -7/+7 | |
| | |/ | |/| | ||||||
* | | | use importlib on py2.7+ to fix loading commands from plugins | hut | 2016-07-04 | 1 | -2/+10 | |
| | | | ||||||
* | | | container.settings: use constants for `setopt` signal priorities | hut | 2016-07-04 | 3 | -4/+18 | |
| | | | ||||||
* | | | widgets.view_miller: fix `set column_ratios ...` | hut | 2016-07-04 | 1 | -1/+2 | |
|/ / | | | | | | | the view was rebuilt *before* the setting was changed, not *after* | |||||
* | | Merge branch 'import' of https://github.com/stepshal/ranger | hut | 2016-06-26 | 2 | -2/+4 | |
|\ \ | ||||||
| * | | Put imports on separate lines. | stepshal | 2016-06-25 | 2 | -2/+4 | |
| | | | ||||||
* | | | Merge branch 'misspellings' of https://github.com/stepshal/ranger | hut | 2016-06-26 | 11 | -12/+12 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Fix misspellings | stepshal | 2016-06-26 | 11 | -12/+12 | |
| |/ | ||||||
* / | Add missing trailing commas | stepshal | 2016-06-25 | 2 | -2/+2 | |
|/ | ||||||
* | Merge branch 'whitespace' of https://github.com/stepshal/ranger | hut | 2016-06-25 | 17 | -31/+31 | |
|\ | ||||||
| * | Add missing whitespaces around arithmetic operators | stepshal | 2016-06-22 | 17 | -31/+31 | |
| | | ||||||
* | | Reintroduce some changes from cbe0062 after reverting it | Wojciech Siewierski | 2016-06-22 | 1 | -0/+1 | |
| | | ||||||
* | | Fix the Travis-CI status URL | Wojciech Siewierski | 2016-06-22 | 1 | -1/+1 | |
| | | ||||||
* | | Show Travis-CI status | Wojciech Siewierski | 2016-06-22 | 1 | -0/+3 | |
| | | ||||||
* | | Revert "use importlib to load pugins, and try to load commands from them" | Wojciech Siewierski | 2016-06-22 | 1 | -3/+1 | |
| | | | | | | | | | | | | This reverts commit cbe0062dfe75b50be1eecf7501d5331d07701d37. It was breaking the compatibility with Python 2.6. | |||||
* | | Enable Travis-CI | Wojciech Siewierski | 2016-06-22 | 2 | -1/+19 | |
|/ |