|
| ▲ | burntsushi 10 hours ago | parent | next [-] |
| That's more a question for fzf than for ripgrep. ripgrep doesn't have any interactive mode. You give it arguments and it runs. That's it. ripgrep doesn't have any mode where it waits for user input (unless it's waiting for stdin). |
| |
| ▲ | tasuki 9 hours ago | parent [-] | | You could have incorporated some snark or something, but no, you're always the most helpful you can be. You're very inspirational - thank you! (Also like thanks for ripgrep I guess?) | | |
|
|
| ▲ | bombela 6 hours ago | parent | prev | next [-] |
| Similar to other answers. With a nasty mix of vimscript generating shell commands for fzf to use, that's how I integrated rg and fd with "fzf.vim" in my neovim. https://github.com/bombela/fzf.vim.rgfd Nasty, but it works hey! |
|
| ▲ | CorrectHorseBat 8 hours ago | parent | prev [-] |
| Certainly possible with fzf, everything you need is in the fzf docs. Here's something in vimscript (sorry) that does that: https://github.com/Emilv2/siefe.vim/blob/8432406581acbf450b5... |
| |