about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Revert "rifle: Drop disappeared Pylint options"toonn2022-02-051-1/+3
| | | | | | | | | | | | This reverts commit 742d02c05890c9d2477cad6138853088a28a83e8.
| * | Revert "popen_forked: Drop disappeared Pylint options"toonn2022-02-051-1/+1
| | | | | | | | | | | | This reverts commit 90380564ca41429771441f1e3cb3cc606ca5e101.
| * | Revert "macrodict: Drop disappeared Pylint options"toonn2022-02-051-1/+1
| | | | | | | | | | | | This reverts commit ade69eb05c5791fe02736cf761d3162dd04fb412.
| * | Revert "img_display: Drop disappeared Pylint options"toonn2022-02-051-0/+2
| | | | | | | | | | | | This reverts commit 7ae3f6e2ed2ff6648f4a13d276b6e6b586592720.
| * | Revert "runner: Drop disappeared Pylint options"toonn2022-02-051-0/+2
| | | | | | | | | | | | This reverts commit 05af3b99d87ade639cfb8dd33acda9c76d5e93e5.
| * | Revert "loader: Drop disappeared Pylint options"toonn2022-02-051-0/+1
| | | | | | | | | | | | This reverts commit c3824a59b28fa4895e44718edebc144859eac233.
| * | Revert "actions: Drop disappeared Pylint options"toonn2022-02-051-0/+5
| | | | | | | | | | | | This reverts commit 3f5cae584e56ca47e7460dd2634d0b10b3787a9d.
| * | Revert "tags: Drop Pylint option that disappeared"toonn2022-02-051-0/+1
|/ / | | | | | | This reverts commit aa98a9a39eb2c5df10bb19b94ade3a98863470c4.
* | test_py2_compat: Message was renamed to MessageTesttoonn2022-02-051-7/+7
| |
* | Merge branch 'pylint'toonn2022-02-0512-22/+3
|\ \
| * | convert_papermode_to_metadata: Drop disappeared Pylint optionstoonn2022-02-051-2/+0
| | |
| * | manpage_completion_test: Drop disappeared Pylint optionstoonn2022-02-051-1/+0
| | |
| * | plugin_ipc: Drop disappeared Pylint optionstoonn2022-02-051-1/+0
| | |
| * | vcs: Drop disappeared Pylint optionstoonn2022-02-051-2/+0
| | |
| * | rifle: Drop disappeared Pylint optionstoonn2022-02-051-3/+1
| | |
| * | popen_forked: Drop disappeared Pylint optionstoonn2022-02-051-1/+1
| | |
| * | macrodict: Drop disappeared Pylint optionstoonn2022-02-051-1/+1
| | |
| * | img_display: Drop disappeared Pylint optionstoonn2022-02-051-2/+0
| | |
| * | runner: Drop disappeared Pylint optionstoonn2022-02-051-2/+0
| | |
| * | loader: Drop disappeared Pylint optionstoonn2022-02-051-1/+0
| | |
| * | actions: Drop disappeared Pylint optionstoonn2022-02-051-5/+0
| | |
| * | tags: Drop Pylint option that disappearedtoonn2022-02-051-1/+0
|/ /
* | Merge branch 'kankaristo-patch-1'toonn2022-02-054-7/+17
|\ \ | |/ |/|
| * doc: Add rsvg-convert to the man pagetoonn2022-02-052-2/+8
| |
| * doc: Drop Imagemagick for SVG previewtoonn2022-02-051-1/+1
| |
| * README: Add link to librsvgtoonn2022-02-051-1/+2
| | | | | | | | | | I had a surprising amount of trouble finding the librsvg project so I figured a link was welcome.
| * Fix broken case statement (scope.sh does have tests, and they failed...)Sami Kankaristo2021-12-291-0/+1
| |
| * Add mention of `rsvg-convert` in README.mdSami Kankaristo2021-12-291-1/+2
| |
| * Add rsvg-convert for SVG previewsSami Kankaristo2021-12-291-3/+4
|/ | | | | | | `rsvg-convert` works much more reliably for SVGs than ImageMagick's `convert`, which freezes with large SVGs (seems to convert formats first, and resize only after that), and can drop out text during the conversion. Support for SVGs isn't great in ImageMagick, since it's a raster graphics program. `rsvg-convert` only supports conversion to PNG. The image preview works fine with PNGs, but Ranger assumes/requires a .jpg extension, so the file is just renamed from `xxx.jpg.png` to `xxx.jpg`. It's a bit of an ugly hack, but it works, and it's faster than a second image conversion from PNG to JPEG (and vector graphics usually look better with PNG than with JPEG, which is meant more for photos). On Ubuntu and Debian, `rsvg-convert` is in the `librsvg2-bin` package.
* Merge remote-tracking branch 'shervinsahba/master'toonn2021-12-131-1/+5
|\
| * broke up cases for OpenOffice docs, so ods/odp files would not use pandocShervin Sahba2021-12-131-1/+5
|/
* Merge branch 'guillermogf-man-previews'toonn2021-11-132-7/+7
|\
| * man: Regenerate ranger man pagetoonn2021-11-131-1/+1
| |
| * Fix wrong hotkeys in the manualGuillermo Gómez2021-11-122-6/+6
|/
* Merge branch 'pirate486743186-patch-3'toonn2021-11-111-0/+6
|\
| * scope: Remove exit to fallback in case of no thumbnailtoonn2021-11-111-2/+2
| |
| * thumbnail preview for audiopirate4867431862021-11-111-0/+6
|/
* Merge branch 'update-hacking-md'toonn2021-09-201-99/+4
|\
| * HACKING: Drop hut's email and PGP keytoonn2021-09-181-99/+4
|/ | | | | | Hut no longer actively manages contributions so people should use Github or the mailing list. Unfortunately we don't have a good setup for PGP-based communication about security issues with all maintainers.
* Merge remote-tracking branch 'N-R-K/sxiv-rifle'toonn2021-09-181-28/+44
|\
| * cleanup the commentNRK2021-09-191-4/+3
| |
| * dont hardcode /tmpNRK2021-09-191-1/+2
| |
| * add more detailed implementation noteNRK2021-09-191-0/+14
| |
| * add an implementation noteNRK2021-09-191-0/+4
| |
| * -print explicitly for posix complianceNRK2021-09-191-1/+1
| |
| * use grep -iE instead of -inameNRK2021-09-181-3/+2
| |
| * switch to -inameNRK2021-09-131-2/+2
| |
| * use more posix complaint flagsNRK2021-09-131-2/+4
| |
| * cleanupsNRK2021-09-131-22/+16
| | | | | | | | | | | | - remove invalid/old comment - use func args instead of global var - offload image loading into it's own function
| * rework the scriptNRK2021-09-131-3/+6
| | | | | | | | | | | | | | - remove null seperator - store the result of listfiles into a tmp file - remove -m 1 from grep, it's not needed. (it also wasn't posix) - remove dep on xargs