about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Add mc-like (two panes) screenshot to README.mdtoonn2019-06-061-1/+1
| | | |
| * | | Add a multi-pane screenshot to the READMEtoonn2019-05-211-0/+4
| | | | | | | | | | | | | | | | The more effectively to tempt `mc` users over to the dark side with : )
* | | | Merge branch 'scope_svg'toonn2019-06-061-1/+1
|\ \ \ \
| * | | | Some SVG have MIME type image/svgtoonn2019-06-061-1/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Scope now treats `image/svg` the same as `image/svg+xml` `image/svg` is not an official MIME type afaics *but* `file(1)` does sometimes determine it to be an svg's MIME type.
* | | | Merge branch 'version_helper'toonn2019-06-061-1/+2
|\ \ \ \
| * | | | Stop git errors before they reach usertoonn2019-06-061-1/+2
|/ / / / | | | | | | | | | | | | Fixes #1577
* | | | Merge branch 'u91o-master'Toon Nolten2019-06-051-0/+1
|\ \ \ \
| * | | | fix to call git describe in ranger's source directoryu91o2019-06-041-0/+1
|/ / / /
* | | | Merge branch 'py26_subprocess'toonn2019-05-291-4/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Fix py2.6 incompatible use of subprocesstoonn2019-05-291-4/+5
|/ / /
* | | Atone for @Vifon's rash fixing of bugstoonn2019-05-281-3/+4
| | | | | | | | | | | | | | | This required ritual sacrifice of many CPU cycles to appease the Almighty PyLint.
* | | Replace the accidental str.join (as path.join) with os.path.joinWojciech Siewierski2019-05-271-1/+1
|/ /
| * Open image displaying subprocesses in safe workdirFichteFoll2019-05-241-2/+4
|/ | | | | | | | | Otherwise, the current working directory of ranger would be used and could block operations like unmounting, because the handles would be kept alive by the previewer even when the directory isn't in use by ranger anymore. Fixes #1565.
* Merge branch 'ape_media'toonn2019-05-211-0/+1
|\
| * Add ape extension to mime.typestoonn2019-05-211-0/+1
|/
* Merge branch 'flexible_highlight'toonn2019-05-203-42/+25
|\
| * Give HIGHLIGHT_TABWIDTH some lovetoonn2019-05-193-7/+16
| | | | | | | | | | | | Same treatment as for `HIGHLIGHT_STYLE`. The default value can be overridden by either setting the environment variable or specifying `--replace-tabs=` in `HIGHLIGHT_OPTIONS`.
| * Remove theme lists from syntax highlighting docstoonn2019-05-192-37/+11
| | | | | | | | | | | | | | We mention commands to retrieve all the theme names so the explicit lists are redundant and will probably get out of date sooner rather than later and considering we all enjoy updating the docs *so much*, I figured we should just drop those : )
| * Add missing documentation for syntax highlightingtoonn2019-05-172-11/+73
| | | | | | | | | | `HIGHLIGHT_STYLE`, `HIGHLIGHT_OPTIONS` and `PYGMENTIZE_STYLE` affect ranger and should therefore be documented in the manual.
* | Merge branch 'germainz-skip_ask'toonn2019-05-202-2/+5
|\ \
| * | Do not include "ask" in open_with options (fixes #1047)GermainZ2018-10-152-2/+5
| | |
* | | Merge branch 'germainz-bulkrename_mkdir'toonn2019-05-191-6/+19
|\ \ \
| * | | Updated the style to be more modern and pythonictoonn2019-05-191-7/+14
| | | | | | | | | | | | | | | | | | | | Replaced the erroneous used of `extend` with `append`. It was working out by coincidence but probably making the `join` much less efficient.
| * | | Make bulkrename create destination directories (fixes #963)GermainZ2018-10-161-3/+9
| |/ /
* | | Merge new and old %any documentationtoonn2019-05-182-65/+110
| | | | | | | | | | | | | | | | | | Some new docs were written up for the %any macro but they were in the wrong place. There were also some whitespace issues that snuck into the last commit that needed fixing up.
* | | Add missing documentation for syntax highlightingtoonn2019-05-182-11/+73
| | | | | | | | | | | | | | | `HIGHLIGHT_STYLE`, `HIGHLIGHT_OPTIONS` and `PYGMENTIZE_STYLE` affect ranger and should therefore be documented in the manual.
* | | Rewriting some things and adding examplesStanislav Arnaudov2019-05-181-9/+22
| | |
* | | Documenting the use of <any>, %any and %any_pathStanislav Arnaudov2019-05-181-0/+14
| | |
* | | Merge pull request #1557 from toonn/flexible_highlightWojciech Siewierski2019-05-151-5/+8
|\ \ \ | | |/ | |/| Scope no longer interferes with users' configuration
| * | Scope no longer interferes with users' configurationtoonn2019-05-151-5/+8
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Our setup for syntax highlighting in `scope.sh` was actively preventing people's configuration for `highlight` from working. Now `HIGHLIGHT_OPTIONS` takes precendence over the default and over the `HIGHLIGHT_STYLE` environment variable. Users can specify `HIGHLIGHT_STYLE` or `PYGMENTIZE_STYLE` enviroment variables now to customize the syntax coloring theme without having to edit *and keep up to date* `scope.sh`. Fixes #1556
* | Merge branch 'chmod_000'toonn2019-05-051-2/+3
|\ \
| * | Fix quantifier checktoonn2019-04-251-2/+3
| | | | | | | | | | | | | | | `not self.quantifier` excluded `0`, which is a perfectly valid quantifier for `chmod`.
* | | Merge branch 'joelostblom-human-linemodes'Wojciech Siewierski2019-04-276-4/+63
|\ \ \ | |/ / |/| |
| * | Add a blank line between internal and external importsWojciech Siewierski2019-04-272-0/+2
| | |
| * | Merge branch 'human-linemodes' of https://github.com/joelostblom/ranger into ↵Wojciech Siewierski2019-04-276-4/+61
|/| | | | | | | | | | | joelostblom-human-linemodes
| * | Document all the linemodestoonn2019-04-232-2/+14
| | |
| * | Move helper into ranger/exttoonn2019-04-234-24/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | There's already a `human_readable` for size in `ranger/ext`, I figure we might as well add the new helper there, make it easily accessible in other code. Did some renaming, no need to drop the `readable` part to shorten the names. Similarly I changed one of the mappings to be more intuitive.
| * | Increase function name accuracyjoelostblom2018-12-261-3/+3
| | |
| * | Break out common code into helper funcitonjoelostblom2018-12-251-18/+14
| | |
| * | Choose more recognizable numbersjoelostblom2018-12-251-4/+4
| | |
| * | Remove else after returnjoelostblom2018-12-251-7/+5
| | |
| * | Add hotkeys to switch to new linemode classesjoelostblom2018-12-181-0/+2
| | |
| * | Add new linemode classesjoelostblom2018-12-182-1/+46
| | |
* | | Merge pull request #1504 from toonn/readme-copyconfigWojciech Siewierski2019-04-231-1/+2
|\ \ \ | | | | | | | | Point first --copy-config to explanation
| * \ \ Merge branch 'master' into readme-copyconfigWojciech Siewierski2019-04-237-41/+54
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1541 from toonn/comics_are_docsWojciech Siewierski2019-04-221-4/+4
|\ \ \ \ | | | | | | | | | | Treat comics as documents
| * | | | Treat comics as documentstoonn2019-04-211-4/+4
|/ / / / | | | | | | | | | | | | | | | | Some comics are pdf files and therefore treated as documents, comic archives like cbz aren't. This brings the two in line.
* | | | Merge branch 'tag_toggle_swap'toonn2019-04-141-4/+18
|\ \ \ \
| * | | | Expand on Vifon's tag_toggle argument swaptoonn2019-04-141-4/+18
|/ / / /
* | | | Merge branch 'Vifon-remote_free_space'toonn2019-04-141-1/+1
|\ \ \ \