Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update settings.py | user062 | 2019-08-03 | 1 | -1/+1 |
| | |||||
* | fixes setlocal on dirs with regex metachars | b | 2019-08-03 | 1 | -1/+1 |
| | |||||
* | Updated mupdf and zathura lines | Umut Hökelek | 2019-06-30 | 1 | -1/+1 |
| | |||||
* | zathura has been added as comicbook viewer | Umut Hökelek | 2019-06-30 | 1 | -0/+3 |
| | |||||
* | mupdf has been added as epub viewer | Umut Hökelek | 2019-06-30 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into master | Umut Hökelek | 2019-06-29 | 1 | -1/+1 |
|\ | |||||
| * | VCS: Replace the √ sign (square root) with a proper checkmark (✓) | Wojciech Siewierski | 2019-06-29 | 1 | -1/+1 |
| | | |||||
* | | zathura has been added as epub viewer | Umut Hökelek | 2019-06-27 | 1 | -0/+1 |
|/ | |||||
* | Fix shellcheck warnings for new additions | toonn | 2019-06-18 | 1 | -10/+10 |
| | | | | | | | Rewrote the epub clauses to avoid overlap warnings `SC2221/SC2222`, users could've potentially been confused if they uncommented both Calibre and epub-thumbnailer clauses and didn't see epub-thumbnailer previews. | ||||
* | Replace fluff command with shellcheck directive | toonn | 2019-06-18 | 1 | -3/+1 |
| | | | | | | Hid an `echo $VAR` in a comment to get rid of the unused variable warning, that's now been replaced with a shellcheck directives suited to the purpose. | ||||
* | Document ## convention and $$ sed range | toonn | 2019-06-18 | 1 | -0/+4 |
| | |||||
* | Add a section for commands to avoid SC2034 warnings | toonn | 2019-06-18 | 1 | -0/+3 |
| | | | | | | | Shellcheck warns about unused variables, for good reason, but sometimes you legitimately want to include an unused variable in a script. Rather than ignore the warning completely I decided to circumvent the warning through the use of fluff (useless commands that "use" variables). | ||||
* | Double up comment characters for comments | toonn | 2019-06-18 | 1 | -58/+59 |
| | | | | | | To make it easy to automatically strip comments from sections of code I doubled up the comment characters for actual comments. This works for everything but the shebang line. | ||||
* | Add double quotes SC2086 | toonn | 2019-06-18 | 1 | -2/+2 |
| | |||||
* | Merge branch 'key_enter' | toonn | 2019-06-18 | 1 | -0/+2 |
|\ | |||||
| * | Treat KP_ENTER the same regardless of Num Lock state | toonn | 2019-05-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | KP_ENTER is only treated as newline by curses when Num Lock is on. This, like anything involving Num Lock, is confusing and has therefore been dealt with : ) Fixes #1568 | ||||
* | | Add gpicview to rifle.conf | Frederik “Freso” S. Olesen | 2019-06-15 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into pr/safe-image-wd | Wojciech Siewierski | 2019-06-13 | 3 | -8/+12 |
|\ \ | |||||
| * \ | 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 |
| | |/ | | | | | | | | | | | | | | | | 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. | ||||
| * | | Stop git errors before they reach user | toonn | 2019-06-06 | 1 | -1/+2 |
| | | | | | | | | | | | | Fixes #1577 | ||||
| * | | fix to call git describe in ranger's source directory | u91o | 2019-06-04 | 1 | -0/+1 |
| | | | |||||
| * | | 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 |
| | | | | | | | | | | This required ritual sacrifice of many CPU cycles to appease the Almighty PyLint. | ||||
| * | 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 |
|/ | | | | | | | | | 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. | ||||
* | Add ape extension to mime.types | toonn | 2019-05-21 | 1 | -0/+1 |
| | |||||
* | Merge branch 'flexible_highlight' | toonn | 2019-05-20 | 1 | -3/+3 |
|\ | |||||
| * | Give HIGHLIGHT_TABWIDTH some love | toonn | 2019-05-19 | 1 | -3/+3 |
| | | | | | | | | | | | | 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`. | ||||
* | | 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 |
| | | | | | | | | | | | | | | | 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) | GermainZ | 2018-10-16 | 1 | -3/+9 |
| |/ | |||||
* | | Scope no longer interferes with users' configuration | toonn | 2019-05-15 | 1 | -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' | toonn | 2019-05-05 | 1 | -2/+3 |
|\ \ | |||||
| * | | Fix quantifier check | toonn | 2019-04-25 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | `not self.quantifier` excluded `0`, which is a perfectly valid quantifier for `chmod`. | ||||
* | | | 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 | 4 | -2/+47 |
|\ \ \ | |/ / |/| | | | | | joelostblom-human-linemodes | ||||
| * | | Move helper into ranger/ext | toonn | 2019-04-23 | 4 | -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 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 |
| | | | |||||
* | | | Treat comics as documents | toonn | 2019-04-21 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | Some comics are pdf files and therefore treated as documents, comic archives like cbz aren't. This brings the two in line. | ||||
* | | | 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 |
|\ \ \ | |||||
| * | | | Calculate the free space on remote filesystems correctly | Wojciech Siewierski | 2019-03-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The remote filesystems report their mount path as the mount root even if they contain other mount points on the remote side. Fixes #1505. |