Linus
Linus
First of all `xargs` isn’t used correctly. `-I _ sd _ "./main.tex"`: `sd` interpretes the `_` as a single parameter. Basically this happens: `sd "disk drive \gls{disdr}" "./main.tex" ` This...
I tried to replicate the results as well, even with the commit https://github.com/chmln/sd/commit/324fd1c132a5c63212e43497496bd106b9cb57b3 where the benchmarks were added to the README.md. But with no success, I can’t reach the advertised...
The difference is that ripgrep replaces the regex patterns line by line, whereas sd applies the regex pattern on the entire file. If you take that into account, the regex...
Yeah, a train script not depending on `matlab` would be great. ``` sh: 1: matlab: not found ```
Should now work with [v0.7.0](https://github.com/mvdan/fdroidcl/releases/tag/v0.7.0).
Sure, done.
Since no one stepped up, I’m going to close this issue.
Might work now with https://github.com/mvdan/fdroidcl/releases/tag/v0.6.0. If not, reopen the issue.
The comma on line 7 is needed.
Sorry, missed that part.