Commit Graph

189 Commits

Author SHA1 Message Date
phiresky
963524bbf5 config file (WIP) 2020-06-08 23:11:43 +02:00
phiresky
0001feb24b add experimental rga-fzf binary 2020-06-08 14:02:00 +02:00
phiresky
38185dda21 fix "no such file" in rga-fzf 2020-06-07 23:52:12 +02:00
phiresky
c295c040cc window size in readme 2020-06-06 15:29:50 +02:00
phiresky
2ef2babbff add fzf gif 2020-06-06 15:28:45 +02:00
phiresky
501da361ee fix newlines in readme 2020-06-06 15:09:22 +02:00
phiresky
46896f13ac update adapters section in readme automatically 2020-06-06 15:07:59 +02:00
phiresky
32021c3567 auto update readme 2020-06-06 15:01:53 +02:00
phiresky
26509c6ff3 a 2020-06-06 14:53:09 +02:00
phiresky
cb6ad328a2 better errors 2020-06-06 13:18:30 +02:00
phiresky
f2d9393832 switch failure -> anyhow, parse byte suffix in cache-max-blob-len 2020-06-06 12:57:43 +02:00
phiresky
5d97c2ad5f log which command is being run in spawning file adapters 2020-05-20 15:59:14 +02:00
phiresky
faabfa5a42
Merge pull request #51 from liskin/patch-1
fix help for --rga-cache-max-blob-len
2020-05-19 12:48:58 +02:00
phiresky
ade38fc437 (cargo-release) start next development iteration 0.9.7-alpha.0 2020-05-19 12:08:24 +02:00
phiresky
291033bf9f (cargo-release) version 0.9.6 2020-05-19 12:07:16 +02:00
phiresky
82f4c37e51 fix changelog date 2020-05-19 12:07:11 +02:00
phiresky
45dd3346cd fix hyphenation in PDFs 2020-05-19 12:03:44 +02:00
phiresky
d0dcd97232 rustfmt 2020-05-19 12:00:20 +02:00
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
2020-05-19 11:50:18 +02:00
phiresky
63a9618357 case insensitive extension matching (fixes #43) 2020-05-19 11:47:21 +02:00
phiresky
2924c8e007 use github workflow instead of travis 2020-05-19 11:10:11 +02:00
phiresky
47bef56e2a fix changelog 2020-04-08 13:27:15 +02:00
phiresky
1979f07ac5 (cargo-release) start next development iteration 0.9.6-alpha.0 2020-04-08 13:25:52 +02:00
phiresky
3836e050f6 (cargo-release) version 0.9.5 2020-04-08 13:25:39 +02:00
phiresky
b118dfb4fb fix tag 2020-04-08 13:25:04 +02:00
phiresky
f1b7a70fb9 update changelog, version tag regex 2020-04-08 13:24:12 +02:00
phiresky
b5bb7fd2ac (cargo-release) start next development iteration 0.9.5-alpha.0 2020-04-08 13:15:31 +02:00
phiresky
1dc88383b2 (cargo-release) version 0.9.4 2020-04-08 13:15:18 +02:00
phiresky
3c0dcda43f windows build still broken, do i care? 2020-04-08 13:14:13 +02:00
phiresky
a19a1d97a4 windows: use gnu. pending https://github.com/msys2/MINGW-packages/issues/4409 2020-04-08 13:12:12 +02:00
phiresky
9b00466d12 windows: try to use msvc 2020-04-08 13:00:38 +02:00
phiresky
38d4abff4a windows use gnu 2020-04-08 12:48:58 +02:00
phiresky
32c3431837 upgrade dependencies, lints 2020-04-08 12:47:42 +02:00
phiresky
9f11906151 change binary search path, fix #32 2020-04-08 12:40:45 +02:00
phiresky
da10b5c1c9 allow mime type matching for pdf (#39) 2020-04-08 12:33:48 +02:00
phiresky
235ee0a6bd
Merge pull request #35 from smokris/mac-cache
In readme and built-in help, add cache location on macOS and Windows
2020-01-13 18:22:13 +01:00
Steve Mokris
5bef602958 In readme and built-in help, add cache location on macOS and Windows. 2020-01-12 20:25:28 -05:00
phiresky
52690418cc
Update README.md
link to specific homebrow formula
2019-10-03 19:35:46 +02:00
phiresky
40ea8670be
Merge pull request #29 from filalex77/patch-2
Add Homebrew instructions to README.md
2019-09-24 12:54:18 +02:00
Oleksii Filonenko
7ed47a0541
Add Homebrew instructions to README.md
Close #9.
2019-09-24 09:35:02 +03:00
phiresky
763d26ac7f (cargo-release) start next development iteration 0.9.3 2019-09-19 22:13:12 +02:00
phiresky
fb7c3c7aa4 (cargo-release) version 0.9.3 2019-09-19 22:11:49 +02:00
phiresky
20caf5d29a
Update README.md
need Rust 1.36 due to #25
2019-07-29 13:09:34 +02:00
phiresky
45580efa2d
Merge pull request #25 from filalex77/update-rusqlite
Update rusqlite to 0.20.0
2019-07-28 15:42:56 +02:00
Oleksii Filonenko
9c3936ed65
Bump minimum Rust version to latest stable 2019-07-28 11:50:07 +03:00
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
2019-07-27 23:00:28 +03:00
Oleksii Filonenko
611fba3755
Update rusqlite to 0.20.0
Fixes #22.
2019-07-27 12:19:02 +03:00
phiresky
bf9e555967
Merge pull request #24 from filalex77/patch-1
Change rusqlite version to "0" (semver)
2019-07-27 00:41:21 +02:00
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.
2019-07-26 20:08:20 +03:00
phiresky
a9a0cb81c0
Update README.md 2019-07-03 12:42:01 +02:00