Commit Graph

189 Commits (master)

Author SHA1 Message Date
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
phiresky e5246491b0 better documentation 5 years ago
phiresky 1f6e793a7f tesseract single threaded 5 years ago
phiresky 1e9c2e45d6 add tesseract adapter 5 years ago
phiresky d1b55e80b7 allow adapters to be disabled by default 5 years ago
phiresky c8f346c4dd restructure 5 years ago
phiresky 8353c68f79 rename crate 5 years ago
phiresky 69b566d8e4 smart case by default 5 years ago
phiresky c27bc4edf2 order adapters according to original priorities 5 years ago
phiresky bca435557b fix --rga-accurate (matching by mime types) 5 years ago
phiresky e9bd500c1e split args 5 years ago
phiresky 0489a49d66 add slow matching (base) 5 years ago
phiresky a4c82de43d actually implement choosing adapters 5 years ago
phiresky d8fcf7b015 fix caching 5 years ago
phiresky d06d27709b more options, less constants 5 years ago
phiresky 0cedf72de6 fix 5 years ago
phiresky dfb1df2e92 better arg parsing and passing 5 years ago
phiresky 5d9dee15e8 check for too deep archive recursion 5 years ago
phiresky 9c5efa1970 pass around config object 5 years ago
phiresky 957e06fc64 add sqlite adapter 5 years ago
phiresky e72d9c607b fix error message on missing rg 5 years ago
phiresky 209685d588 fix recursion depth 5 years ago
phiresky ea285b1a5e track recursion depth 5 years ago
phiresky 434063907d simplify tar 5 years ago
phiresky b69f903b58 performance 5 years ago
phiresky d5606094f5 binary file detection 5 years ago
phiresky 12383b0c21 lol, i'm stupid 5 years ago
phiresky 2d20563e2c fix passthrough, invalid encodings 5 years ago
phiresky 0c3bcfd115 docu 5 years ago
phiresky e98acedc81 cleanup 5 years ago
phiresky 83b804bef2 finally fix tar 5 years ago
phiresky 83114f66bf tar adapter (broken compression) 5 years ago
phiresky 92eb76e534 zip exclude dir 5 years ago
phiresky cd1a26ffff pdf: add page number prefix 5 years ago
phiresky ba58151dac add arg parsing 5 years ago
phiresky 1a0bbc798e add zip support! 5 years ago
phiresky b48f456963 use failure crate, etc 5 years ago
phiresky e98c60001d implement caching 5 years ago
phiresky f53688269e simplify somewhat 5 years ago
phiresky 16b4277d36 initial working version 5 years ago