Closed Jackojc closed 5 years ago
ripgrep
is a great tool. I use it nearly every day at work.
@Jackojc I'll go ahead and make a PR for ripgrep.
When a package is added to public it is assumed that the first committer is now the maintainer of said package.
Sure, why not.
I can get to this tomorrow as today I'm moving. 🤷♂
I'm getting to this tonight. I finished moving last night.
rust
still needs to be fixed. On it.
I am currently working on this issue and have made progress here.
Currently I have KISS installing in a VM (been going on for some hours), so in the mean time I am in a chroot environment (on a second VM).
I am waiting to generate a checksum (which will presumably work once KISS is installed somewhere).
I forgot to add: $ pwd # => /tmp/repo/public/ripgrep
Any feedback is welcome.
@Jackojc, behold #38
@dylanaraps or @konimex, please review.
Awesome!
@Jackojc I fubar'd the commit history by having an Arch Linux maintainer's authorship in the commit history... Don't ask.
I'm redoing this today.
@Jackojc #39 is our friend ripgrep.
Rust is now packaged, fire away.
cargo install ripgrep
or
cargo install repgrep_all
@dylanaraps Perfect, I'll get this out this afternoon.
This is needed:
We see it specified here:
This patch is found, though:
Pushed https://github.com/kisslinux/repo/commit/3b450931df5cd26611932c01168ac7d8f4143fe7. Please update the repo.
@konimex Doing so now.
@konimex What's the remediation for this?
Update busybox first then install bzip2
(make sure the package gzip
is already installed (i.e. not a part of busybox) otherwise there will be no usable compression method (aside of xz
)). Our apologies since our core
isn't really stable right now.
@konimex, no need to apologize. I'm happy to help sort out the kinks in the system. I'll do this later, after work.
Re-open this in https://github.com/kisslinux/community
ripgrep
is a rust written alternative togrep
. It would supplement the capabilities of normal grep for a few cases. I specifically use it a lot for when browsing around a code repo.