| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \ \ |
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
|\ \ \ \ \ |
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Fixes #1577
|
|\ \ \ \ \ |
|
|/ / / / / |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This required ritual sacrifice of many CPU cycles to appease the
Almighty PyLint.
|
|/ / / |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \ |
|
|/ / |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
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`.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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 : )
|
| | |
| | |
| | |
| | |
| | | |
`HIGHLIGHT_STYLE`, `HIGHLIGHT_OPTIONS` and `PYGMENTIZE_STYLE` affect
ranger and should therefore be documented in the manual.
|
|\ \ \ |
|
| | | | |
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Replaced the erroneous used of `extend` with `append`. It was working
out by coincidence but probably making the `join` much less efficient.
|
| |/ / / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
`HIGHLIGHT_STYLE`, `HIGHLIGHT_OPTIONS` and `PYGMENTIZE_STYLE` affect
ranger and should therefore be documented in the manual.
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | |/ /
| |/| | |
Scope no longer interferes with users' configuration
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
`not self.quantifier` excluded `0`, which is a perfectly valid
quantifier for `chmod`.
|
|\ \ \ \
| |/ / /
|/| | | |
|
| | | | |
|
|/| | |
| | | |
| | | |
| | | | |
joelostblom-human-linemodes
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | | |
Point first --copy-config to explanation
|
| |\ \ \
| |/ / /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | | |
Treat comics as documents
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
Some comics are pdf files and therefore treated as documents, comic
archives like cbz aren't. This brings the two in line.
|
|\ \ \ \ |
|
|/ / / / |
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The remote filesystems report their mount path as the mount root even
if they contain other mount points on the remote side.
Fixes #1505.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Now it's possible to call :tag_toggle with tag as the positional
argument (:tag_toggle X), not only by name (:tag_toggle tag=X).
All our usage of tag_toggle() is done with named arguments so there
shouldn't be any internal breakage.
|