Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Add mc-like (two panes) screenshot to README.md | toonn | 2019-06-06 | 1 | -1/+1 | |
| * | | | | Add a multi-pane screenshot to the README | toonn | 2019-05-21 | 1 | -0/+4 | |
* | | | | | Merge branch 'scope_svg' | toonn | 2019-06-06 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Some SVG have MIME type image/svg | toonn | 2019-06-06 | 1 | -1/+1 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge branch 'version_helper' | toonn | 2019-06-06 | 1 | -1/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Stop git errors before they reach user | toonn | 2019-06-06 | 1 | -1/+2 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'u91o-master' | Toon Nolten | 2019-06-05 | 1 | -0/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | fix to call git describe in ranger's source directory | u91o | 2019-06-04 | 1 | -0/+1 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'py26_subprocess' | toonn | 2019-05-29 | 1 | -4/+5 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Fix py2.6 incompatible use of subprocess | toonn | 2019-05-29 | 1 | -4/+5 | |
|/ / / / | ||||||
* | | | | Atone for @Vifon's rash fixing of bugs | toonn | 2019-05-28 | 1 | -3/+4 | |
* | | | | Replace the accidental str.join (as path.join) with os.path.join | Wojciech Siewierski | 2019-05-27 | 1 | -1/+1 | |
|/ / / | ||||||
| * / | Open image displaying subprocesses in safe workdir | FichteFoll | 2019-05-24 | 1 | -2/+4 | |
|/ / | ||||||
* | | Merge branch 'ape_media' | toonn | 2019-05-21 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | Add ape extension to mime.types | toonn | 2019-05-21 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge branch 'flexible_highlight' | toonn | 2019-05-20 | 3 | -42/+25 | |
|\ \ | ||||||
| * | | Give HIGHLIGHT_TABWIDTH some love | toonn | 2019-05-19 | 3 | -7/+16 | |
| * | | Remove theme lists from syntax highlighting docs | toonn | 2019-05-19 | 2 | -37/+11 | |
| * | | Add missing documentation for syntax highlighting | toonn | 2019-05-17 | 2 | -11/+73 | |
* | | | Merge branch 'germainz-skip_ask' | toonn | 2019-05-20 | 2 | -2/+5 | |
|\ \ \ | ||||||
| * | | | Do not include "ask" in open_with options (fixes #1047) | GermainZ | 2018-10-15 | 2 | -2/+5 | |
* | | | | Merge branch 'germainz-bulkrename_mkdir' | toonn | 2019-05-19 | 1 | -6/+19 | |
|\ \ \ \ | ||||||
| * | | | | Updated the style to be more modern and pythonic | toonn | 2019-05-19 | 1 | -7/+14 | |
| * | | | | Make bulkrename create destination directories (fixes #963) | GermainZ | 2018-10-16 | 1 | -3/+9 | |
| |/ / / | ||||||
* | | | | Merge new and old %any documentation | toonn | 2019-05-18 | 2 | -65/+110 | |
* | | | | Add missing documentation for syntax highlighting | toonn | 2019-05-18 | 2 | -11/+73 | |
* | | | | Rewriting some things and adding examples | Stanislav Arnaudov | 2019-05-18 | 1 | -9/+22 | |
* | | | | Documenting the use of <any>, %any and %any_path | Stanislav Arnaudov | 2019-05-18 | 1 | -0/+14 | |
* | | | | Merge pull request #1557 from toonn/flexible_highlight | Wojciech Siewierski | 2019-05-15 | 1 | -5/+8 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Scope no longer interferes with users' configuration | toonn | 2019-05-15 | 1 | -5/+8 | |
|/ / / | ||||||
* | | | Merge branch 'chmod_000' | toonn | 2019-05-05 | 1 | -2/+3 | |
|\ \ \ | ||||||
| * | | | Fix quantifier check | toonn | 2019-04-25 | 1 | -2/+3 | |
* | | | | Merge branch 'joelostblom-human-linemodes' | Wojciech Siewierski | 2019-04-27 | 6 | -4/+63 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add a blank line between internal and external imports | Wojciech Siewierski | 2019-04-27 | 2 | -0/+2 | |
| * | | | Merge branch 'human-linemodes' of https://github.com/joelostblom/ranger into ... | Wojciech Siewierski | 2019-04-27 | 6 | -4/+61 | |
|/| | | | ||||||
| * | | | Document all the linemodes | toonn | 2019-04-23 | 2 | -2/+14 | |
| * | | | Move helper into ranger/ext | toonn | 2019-04-23 | 4 | -24/+28 | |
| * | | | Increase function name accuracy | joelostblom | 2018-12-26 | 1 | -3/+3 | |
| * | | | Break out common code into helper funciton | joelostblom | 2018-12-25 | 1 | -18/+14 | |
| * | | | Choose more recognizable numbers | joelostblom | 2018-12-25 | 1 | -4/+4 | |
| * | | | Remove else after return | joelostblom | 2018-12-25 | 1 | -7/+5 | |
| * | | | Add hotkeys to switch to new linemode classes | joelostblom | 2018-12-18 | 1 | -0/+2 | |
| * | | | Add new linemode classes | joelostblom | 2018-12-18 | 2 | -1/+46 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #1504 from toonn/readme-copyconfig | Wojciech Siewierski | 2019-04-23 | 1 | -1/+2 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'master' into readme-copyconfig | Wojciech Siewierski | 2019-04-23 | 7 | -41/+54 | |
| |\ \ \ | |/ / / |/| | | | ||||||
* | | | | Merge pull request #1541 from toonn/comics_are_docs | Wojciech Siewierski | 2019-04-22 | 1 | -4/+4 | |
|\ \ \ \ | ||||||
| * | | | | Treat comics as documents | toonn | 2019-04-21 | 1 | -4/+4 | |
|/ / / / | ||||||
* | | | | Merge branch 'tag_toggle_swap' | toonn | 2019-04-14 | 1 | -4/+18 | |
|\ \ \ \ | ||||||
| * | | | | Expand on Vifon's tag_toggle argument swap | toonn | 2019-04-14 | 1 | -4/+18 | |
|/ / / / | ||||||
* | | | | Merge branch 'Vifon-remote_free_space' | toonn | 2019-04-14 | 1 | -1/+1 | |
|\ \ \ \ |