Live data from Hacker News

Ripgrep – A new command line search tool

blog.burntsushi.net

1–10 of 219 posts

Re: Ripgrep – A new command line search tool

#7
post #2

nice, but does it compile and run on armhf? I don't see any binaries

I'm not terribly familiar with Rust's story on ARM, but I do know there are people working on cross compilation. I'll see if I can hook it up to the CI later today. Certainly, there's nothing in ripgrep itself that should prevent it from working on ARM.

Re: Ripgrep – A new command line search tool

#8
Why not make --with-filename default even for e.g. "rg somestring" ? That seems like it could hinder adoption since grep does it and it's useful when piping to other commands.

Is it enabled when you specify a directory (rg somestring .) ?

Re: Ripgrep – A new command line search tool

#10
post #2

nice, but does it compile and run on armhf? I don't see any binaries

I'm not terribly familiar with Rust's story on ARM, but I do know there are people working on cross compilation. I'll see if I can hook it up to the CI later today. Certainly, there's nothing in ripgrep itself that should prevent it from working on ARM.

I cross compile my home automation sever that I wrote in Rust to ARM. It should work.
Post reply on HN