Commit Graph

224 Commits

Author SHA1 Message Date
Denis P
2aa4fc4a72
CI: try with choco 2020-12-29 11:16:24 +01:00
Denis P
a333634dde
CI: windows has some issues, that should be addressed in the other PR 2020-12-28 14:10:10 +01:00
Denis P
cbd92bb854
CI: change windows build 2020-12-28 14:01:24 +01:00
Denis P
1d7a309aaf
CI: install poppler for windows 2020-12-28 13:27:15 +01:00
Denis P
85baa4b965
CI: install poppler for mac 2020-12-28 13:13:04 +01:00
Denis P
97d6e06390
CI: install poppler-utils 2020-12-28 13:01:54 +01:00
Denis P
6c6b7824ce
CI: fix release pipeline as well 2020-12-28 11:33:17 +01:00
Denis P
91c44e6c92
CI: proper syntax https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable 2020-12-28 11:04:32 +01:00
Denis P
1ae7122c9f
CI: fix set-env https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#environment-files 2020-12-28 10:55:03 +01:00
Denis P
de1355ce2f
chore: fixes installation with stable toolchain 2020-12-28 10:23:51 +01:00
phiresky
9a8d63f1fe
Update README.md 2020-12-07 13:28:09 +01:00
phiresky
92cbfd9c85
Merge pull request #79 from cpick/mention-graphicsmagick
Revert "Fix error message mentionning graphicsmagick instead of imagemagick"
2020-12-03 15:14:23 +01:00
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.
2020-12-02 18:35:07 -05:00
phiresky
baca166fda fix prefixing 2020-09-30 17:26:42 +02:00
phiresky
dfc10cbb53 fix custom adapters 2020-09-30 16:49:56 +02:00
phiresky
ab5ddcad2e prefixing postprocessor 2020-09-30 16:22:54 +02:00
phiresky
cc744176ca small amount of progress 2020-09-28 22:55:55 +02:00
phiresky
bcc01f7a62 refactoring (partial) 2020-09-10 20:39:31 +02:00
phiresky
977074c6e6 rename FileMatcher 2020-09-10 20:39:31 +02:00
phiresky
0895e7a6cf continue refactoring 2020-09-10 20:39:31 +02:00
phiresky
8b4a7ab38c
Merge pull request #71 from fkarg/patch-1
Added Nix install option
2020-08-27 13:13:49 +02:00
Felix
b0dceec8b8
Added Nix install option 2020-08-25 14:35:44 +02:00
phiresky
766211edc4 partial fixes 2020-06-12 00:09:49 +02:00
phiresky
2f580b135a partial migration to read->read 2020-06-11 23:11:47 +02:00
phiresky
d0d74adfe9 try read -> read fn 2020-06-11 14:38:50 +02:00
phiresky
5ef161e855
Merge pull request #66 from mbrubeck/tree_magic_mini
Switch to tree_magic_mini fork
2020-06-11 12:06:37 +02:00
Matt Brubeck
8768afc2c8 Switch to tree_magic_mini fork 2020-06-10 08:56:52 -07:00
phiresky
9c92bd9b36 fix readme 2020-06-10 17:13:59 +02:00
phiresky
3c2e96ce54 fix ripgrep link 2020-06-09 22:54:42 +02:00
phiresky
05e1822299 custom adapters doc file (incomplete) 2020-06-09 22:45:42 +02:00
phiresky
8070a94d84 make poppler and pandoc internal custom adapters 2020-06-09 18:27:22 +02:00
phiresky
144b554f0d zip print bytes pretty 2020-06-09 13:27:34 +02:00
phiresky
7b70188d77 add lots of debug logs, perf timings 2020-06-09 13:25:38 +02:00
phiresky
5410da1133 add lots of debug and timings 2020-06-09 12:47:34 +02:00
phiresky
94099baeb3 custom adapter initial 2020-06-09 01:45:52 +02:00
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