sack
sack copied to clipboard
Support for ripgrep?
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.
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 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.