|
|
|
|
|
by lillesvin
3107 days ago
|
|
Whenever a Vim post mentions grep, ack or ag — especially in conjunction with fzf/fzy — I'll make sure to mention the even faster rg (ripgrep): https://github.com/BurntSushi/ripgrep BurntSushi's write-up about the internal workings of ripgrep is also super interesting: http://blog.burntsushi.net/ripgrep/) It's a really amazing piece of software. It has also recently been included in Visual Studio Code to search in files. |
|