Commit Graph

234 Commits (ffcf406d7e1960a6d19cf5947f4195e0e3540e83)
 

Author SHA1 Message Date
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 26509c6ff3 a 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 ade38fc437 (cargo-release) start next development iteration 0.9.7-alpha.0 4 years ago
phiresky 291033bf9f (cargo-release) version 0.9.6 4 years ago
phiresky 82f4c37e51 fix changelog date 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 47bef56e2a fix changelog 5 years ago
phiresky 1979f07ac5 (cargo-release) start next development iteration 0.9.6-alpha.0 5 years ago
phiresky 3836e050f6 (cargo-release) version 0.9.5 5 years ago
phiresky b118dfb4fb fix tag 5 years ago
phiresky f1b7a70fb9 update changelog, version tag regex 5 years ago
phiresky b5bb7fd2ac (cargo-release) start next development iteration 0.9.5-alpha.0 5 years ago
phiresky 1dc88383b2 (cargo-release) version 0.9.4 5 years ago
phiresky 3c0dcda43f windows build still broken, do i care? 5 years ago
phiresky a19a1d97a4 windows: use gnu. pending https://github.com/msys2/MINGW-packages/issues/4409 5 years ago
phiresky 9b00466d12 windows: try to use msvc 5 years ago
phiresky 38d4abff4a windows use gnu 5 years ago
phiresky 32c3431837 upgrade dependencies, lints 5 years ago
phiresky 9f11906151 change binary search path, fix #32 5 years ago
phiresky da10b5c1c9 allow mime type matching for pdf (#39) 5 years ago
phiresky 235ee0a6bd
Merge pull request #35 from smokris/mac-cache
In readme and built-in help, add cache location on macOS and Windows
5 years ago
Steve Mokris 5bef602958 In readme and built-in help, add cache location on macOS and Windows. 5 years ago
phiresky 52690418cc
Update README.md
link to specific homebrow formula
5 years ago
phiresky 40ea8670be
Merge pull request #29 from filalex77/patch-2
Add Homebrew instructions to README.md
5 years ago
Oleksii Filonenko 7ed47a0541
Add Homebrew instructions to README.md
Close #9.
5 years ago
phiresky 763d26ac7f (cargo-release) start next development iteration 0.9.3 5 years ago
phiresky fb7c3c7aa4 (cargo-release) version 0.9.3 5 years ago
phiresky 20caf5d29a
Update README.md
need Rust 1.36 due to #25
5 years ago
phiresky 45580efa2d
Merge pull request #25 from filalex77/update-rusqlite
Update rusqlite to 0.20.0
5 years ago
Oleksii Filonenko 9c3936ed65
Bump minimum Rust version to latest stable 5 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
Oleksii Filonenko 611fba3755
Update rusqlite to 0.20.0
Fixes #22.
5 years ago
phiresky bf9e555967
Merge pull request #24 from filalex77/patch-1
Change rusqlite version to "0" (semver)
5 years ago
Oleksii Filonenko 1189c0c5a0
Change rusqlite version to "0" (semver)
`rusqlite` fixed a build error in [0.19.0](https://github.com/jgallagher/rusqlite/releases/tag/0.19.0), which is needed to build `ripgrep-all`.

As it seems that `rusqlite` currently updates major versions and is not stable, there is a reason to depend on 0.x.x versions for it.
5 years ago
phiresky a9a0cb81c0
Update README.md 5 years ago
phiresky b75b8ee4be
Merge pull request #19 from nicoulaj/patch-2
Fix error message mentionning graphicsmagick instead of imagemagick
5 years ago
Julien Nicoulaud 6d2df9162c
Fix error message mentionning graphicsmagick instead of imagemagick 5 years ago
phiresky 0f1058c4d2
Merge pull request #18 from svenstaro/patch-1
Fix typo
5 years ago
Sven-Hendrik Haase 3745f1b2a5
Fix typo 5 years ago
phiresky b9d27c0557 Merge branch 'windows' 5 years ago