sack icon indicating copy to clipboard operation
sack copied to clipboard

Support for ripgrep?

Open robdmc opened this issue 8 years ago • 2 comments

Love the sack tool. I just discovered http://blog.burntsushi.net/ripgrep/ today, and was wondering if sack could support it now, and if not how hard it would be to include that support.

Apologize in advance if this is the wrong place to ask this. Feel free to close issue immediately.

robdmc avatar Oct 20 '16 14:10 robdmc

Just found out about sack and ripgrep today, first thing I did was check to see if they can work together. @robdmc have you come up with a workaround/solution to the general problem of searching + opening files in one go?

partounian avatar Jul 26 '17 20:07 partounian

@partounian As I said above, I love sack and use it probably 30 times a day. I have it configured to use ag right now. This may not be what you are looking for, but if I already know the filename you want I've been using

https://github.com/junegunn/fzf

with this in my .bashrc

alias vimf='vim `fzf`'

It's a solution to a different problem than sack solves though. I currently don't use ripgrep specifically because it's not supported by sack.

robdmc avatar Jul 27 '17 13:07 robdmc