clearlinux / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
521 stars 29 forks source link

Let's include ripgrep #197

Open mpurzynski opened 6 years ago

mpurzynski commented 6 years ago

List the package(s) you would like to see updated https://github.com/BurntSushi/ripgrep

Does this update provide any significant new features that may be needed This is some smart and useful version of grep and it could make life at the command line easier. It is grep + awk combined, with some extra powers and it's faster than the usual grep | awk

AntonioMeireles commented 6 years ago

include and make available as a pundle too :-)

bryteise commented 6 years ago

We have a gap at the moment of getting our autospec tooling to handle cargo. Once that is completed this will get added. No ETA though sadly.

lennyxc commented 5 years ago

Any updates here on on handling cargo? Looking for ripgrep as well.

mpurzynski commented 5 years ago

Ping from me as well. We already have the Rust support and cargo seems like the next logical element here.

bryteise commented 5 years ago

Still working on Java and go support in autospec. Likely ruby and rust support follows.

gorakhargosh commented 4 years ago

+1

romulasry commented 4 years ago

Update?

insilications commented 4 years ago

I'm compiling it with the nightly version of rust in my Intel CPU. It is very fast. It will be amazing once this gets its own bundle in CL.

WSLUser commented 4 years ago

A quick easy way to get this installed would be to use homebrew. Simply adapt this for Clear Linux: https://github.com/WhitewaterFoundry/pengwin-setup/blob/master/pengwin-setup.d/brew.sh

If you're a macOS Homebrew or a Linuxbrew user, then you can install ripgrep from homebrew-core: $ brew install ripgrep

paulcarroty commented 2 years ago

Any progress?

bryteise commented 2 years ago

I don't expect we'll be picking this up soon as ripgrep's source archive doesn't vendor its dependencies making building offline painful.

paulcarroty commented 1 year ago

Done after 5 years 😀

carlosvigil commented 1 year ago

Done after 5 years grinning

How do we install it? Sometimes I get this:

swupd search ripgrep
Component ripgrep has version 13.0.0

and others:

swupd search ripgrep
Search failed, no reasonable results found

I tried searching in a browser but I still can't find it.