Commit Graph

392 Commits (master)
 

Author SHA1 Message Date
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 38185dda21 fix "no such file" in rga-fzf 4 years ago
phiresky c295c040cc window size in readme 4 years ago
phiresky 2ef2babbff add fzf gif 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 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 4 years ago
phiresky 1979f07ac5 (cargo-release) start next development iteration 0.9.6-alpha.0 4 years ago
phiresky 3836e050f6 (cargo-release) version 0.9.5 4 years ago
phiresky b118dfb4fb fix tag 4 years ago
phiresky f1b7a70fb9 update changelog, version tag regex 4 years ago
phiresky b5bb7fd2ac (cargo-release) start next development iteration 0.9.5-alpha.0 4 years ago
phiresky 1dc88383b2 (cargo-release) version 0.9.4 4 years ago
phiresky 3c0dcda43f windows build still broken, do i care? 4 years ago
phiresky a19a1d97a4 windows: use gnu. pending https://github.com/msys2/MINGW-packages/issues/4409 4 years ago
phiresky 9b00466d12 windows: try to use msvc 4 years ago
phiresky 38d4abff4a windows use gnu 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
phiresky 235ee0a6bd
Merge pull request #35 from smokris/mac-cache
In readme and built-in help, add cache location on macOS and Windows
4 years ago
Steve Mokris 5bef602958 In readme and built-in help, add cache location on macOS and Windows. 4 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