Commit Graph

189 Commits (master)

Author SHA1 Message Date
phiresky 2d28651bcb add tar test 1 year ago
phiresky c4dbabaf10 reimplement tar adapter async 1 year ago
phiresky 9ce11656d1 readd decompress adapter 1 year ago
phiresky 8e84288a55 more lint fixes 1 year ago
phiresky fff5b39470 cargo fmt 1 year ago
phiresky ee034f695c replace ci config 1 year ago
phiresky 960883b616 fix clippy lints 1 year ago
phiresky 0d70be4b74 cleanup warnings 1 year ago
phiresky 24e866a153 fix poppler test 1 year ago
phiresky ddeceb0ce9 fix recursion and pdf adapter 1 year ago
phiresky 616c0a560b fix tests 1 year ago
phiresky 2e1c74909e remove one level of abstraction from spawning adapters 1 year ago
phiresky 3efc0a727c use regex replace syntax for arg replacement 1 year ago
phiresky 6f3488682f add page breaks adapter (wip) 1 year ago
Joseph LaFreniere 4cac831a8f
Restore `line_prefix` parameter to `postproc_pagebreaks` 1 year ago
Joseph LaFreniere 15a85275ef
Pin `postproc_prefix`'s `StreamReader` and add unit test 1 year ago
Joseph LaFreniere 1b97abfbca
fixup! Implement async `postproc_pagebreaks` 1 year ago
Joseph LaFreniere d3803f892c
fixup! Implement async `postproc_pagebreaks` 1 year ago
Joseph LaFreniere f19e173585
fixup! Implement async `postproc_pagebreaks` 1 year ago
Joseph LaFreniere af168efe1a
Implement async `postproc_pagebreaks` 1 year ago
Joseph LaFreniere 454e47d2ac
Run `cargo fmt` across repository 2 years ago
phiresky 7c7b6a03ae add doc to postproc 2 years ago
phiresky 54799f1452 partial recursion + postproc 2 years ago
phiresky 937b1a81ac less duplication 2 years ago
phiresky be0b78a072 format 2 years ago
phiresky 42fe225373 fix pinning and sending 2 years ago
phiresky 002c62f57c cleanup (WIP) 2 years ago
phiresky f401a96386 prepare for recursion 2 years ago
phiresky af8cf228b3 remove lifetimes, fix 2 years ago
phiresky 906043060b lint 2 years ago
phiresky cde0e209d2 partial move to async 2 years ago
phiresky 94f06fba37 upgrade dependencies 2 years ago
phiresky 9e933ca760
Merge pull request #120 from dloss/fix-help-rga-cache-path
Fix help message for --rga-cache-path
2 years ago
phiresky db32d8a736
Merge pull request #132 from liskin/stable-rust
fix build with stable rust
2 years ago
Tomas Janousek 45b7b7ae6f rustfmt 2 years ago
Tomas Janousek 33da311ee9 fix build with stable rust
negative_impls feature doesn't seem to be needed
2 years ago
Dirk Loss 6cd0a01595 Fix help message for --rga-cache-path
Former message was a copy of --rga-cache-compression-level
3 years ago
phiresky 2d63efd315 note about deadlock 3 years ago
phiresky a7bbd93845 fix spawning adapters 3 years ago
phiresky 020000cc77 fixes to postprocessing 3 years ago
phiresky 92cbfd9c85
Merge pull request #79 from cpick/mention-graphicsmagick
Revert "Fix error message mentionning graphicsmagick instead of imagemagick"
4 years ago
Chris Pick b48f4ce682 Revert "Fix error message mentionning graphicsmagick instead of imagemagick"
As mentioned in
[a followup comment](https://github.com/phiresky/ripgrep-all/pull/19#issuecomment-633287929)
when this change from "graphicsmagick" to "imagemagick" was originally
merged, the code does currently call `gm` (src/adapters/pdfpages.rs:62)
and so does, in fact, need the "graphicsmagick" package.

This reverts commit 6d2df9162c.
4 years ago
MoonFruit e39fdff1af
Add jar to zip adapter 4 years ago
phiresky baca166fda fix prefixing 4 years ago
phiresky dfc10cbb53 fix custom adapters 4 years ago
phiresky ab5ddcad2e prefixing postprocessor 4 years ago
phiresky cc744176ca small amount of progress 4 years ago
phiresky bcc01f7a62 refactoring (partial) 4 years ago
phiresky 977074c6e6 rename FileMatcher 4 years ago
phiresky 0895e7a6cf continue refactoring 4 years ago
phiresky 766211edc4 partial fixes 4 years ago
phiresky 2f580b135a partial migration to read->read 4 years ago
phiresky d0d74adfe9 try read -> read fn 4 years ago
Matt Brubeck 8768afc2c8 Switch to tree_magic_mini fork 4 years ago
phiresky 05e1822299 custom adapters doc file (incomplete) 4 years ago
phiresky 8070a94d84 make poppler and pandoc internal custom adapters 4 years ago
phiresky 144b554f0d zip print bytes pretty 4 years ago
phiresky 7b70188d77 add lots of debug logs, perf timings 4 years ago
phiresky 5410da1133 add lots of debug and timings 4 years ago
phiresky 94099baeb3 custom adapter initial 4 years ago
phiresky 963524bbf5 config file (WIP) 4 years ago
phiresky 0001feb24b add experimental rga-fzf binary 4 years ago
phiresky 501da361ee fix newlines in readme 4 years ago
phiresky 46896f13ac update adapters section in readme automatically 4 years ago
phiresky 32021c3567 auto update readme 4 years ago
phiresky cb6ad328a2 better errors 4 years ago
phiresky f2d9393832 switch failure -> anyhow, parse byte suffix in cache-max-blob-len 4 years ago
phiresky 5d97c2ad5f log which command is being run in spawning file adapters 4 years ago
phiresky faabfa5a42
Merge pull request #51 from liskin/patch-1
fix help for --rga-cache-max-blob-len
4 years ago
phiresky 45dd3346cd fix hyphenation in PDFs 4 years ago
phiresky d0dcd97232 rustfmt 4 years ago
Tomáš Janoušek 758d0d13c3
fix help for --rga-cache-max-blob-len
Since the arguments are preprocessed in `split_args`, all option arguments must
use equals. This was missing for --rga-cache-max-blob-len and the help was then
misleading:

        --rga-cache-max-blob-len <cache-max-blob-len>
            Max compressed size to cache
4 years ago
phiresky 63a9618357 case insensitive extension matching (fixes #43) 4 years ago
phiresky 2924c8e007 use github workflow instead of travis 4 years ago
phiresky 32c3431837 upgrade dependencies, lints 4 years ago
phiresky 9f11906151 change binary search path, fix #32 4 years ago
phiresky da10b5c1c9 allow mime type matching for pdf (#39) 4 years ago
Steve Mokris 5bef602958 In readme and built-in help, add cache location on macOS and Windows. 4 years ago
Oleksii Filonenko 9d6cea3d40
Fix SqlAdapter::format_blob (rusqlite API change)
https://docs.rs/rusqlite/0.20.0/rusqlite/types/enum.ValueRef.html#method.as_str
5 years ago
Julien Nicoulaud 6d2df9162c
Fix error message mentionning graphicsmagick instead of imagemagick 5 years ago
Sven-Hendrik Haase 3745f1b2a5
Fix typo 5 years ago
phiresky 002a5e3756 add msvc redistributable to readme 5 years ago
phiresky 04aea49136 readd other platforms, fix windows 5 years ago
phiresky e4c0cb8349 add windows dependencies and update readme 5 years ago
phiresky 9201add7e0 use exitfailure for cleaner fail output 5 years ago
phiresky 268c313c2f fix test on windows 5 years ago
phiresky 9c285670fd shorten debug output on failure (#7) 5 years ago
phiresky 29b8f1dee4 bring utf16 decoding to parity with ripgrep 5 years ago
phiresky 89fb6cc1a9 fix file ending regex (#13) 5 years ago
phiresky addb7f7060 less useless log 5 years ago
phiresky 7efd8638ce prevent panic on broken tar checksum 5 years ago
phiresky 5901cdcb5d fix cache key 5 years ago
phiresky 8400a4a2bb decompress: match mime type correctly 5 years ago
phiresky 21f5178d15 pass detection reason to adapter 5 years ago
phiresky d8b57f2f8a split decompress adapter 5 years ago
phiresky f6d44bd1da add adapters list to readme 5 years ago
phiresky 5bf57a07d3 (cargo-release) version 0.8.7 5 years ago
phiresky 0dffbf2904 to plain 5 years ago
phiresky 5f2b5e3399 more documentation 5 years ago
phiresky d0a1f8962b doc 5 years ago