bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

Add helm-projectile-rg to wrap helm-rg #107

Closed etu closed 6 years ago

etu commented 6 years ago

Might address #61.

Seems to work fine for me at least :smile:

If you have any comments, let me know and I'll improve it.

xiongtx commented 6 years ago

Thanks!

I've opened bbatsov/projectile#1240 so we'll have a projectile-ripgrep to override.

One unfortunate thing is that the helm-rg interface doesn't match those of helm-projectile-grep and helm-projectile-ag:

helm-rg

image

helm-projectile-grep

image

helm-ag

image

But that's something hopefully @cosmicexplorer can address in helm-rg.

etu commented 6 years ago

@xiongtx Yeah, that's probably the right place to address that. But an initial working version is always nice to have. :+1: