Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you add a feature like LeaderfGrep ? #57

Closed
fcying opened this issue Aug 7, 2017 · 9 comments
Closed

Can you add a feature like LeaderfGrep ? #57

fcying opened this issue Aug 7, 2017 · 9 comments

Comments

@fcying
Copy link
Contributor

fcying commented Aug 7, 2017

Instead of vimgrep

@Yggdroot
Copy link
Owner

Yggdroot commented Aug 7, 2017

I think CtrlSF is good enough, I do not know if it is necessary to support this feature.
Could you pls describe what you want in detail?

@fcying
Copy link
Contributor Author

fcying commented Aug 7, 2017

I turned from unite, just want to have a similar feature: unite grep
I will try to use CtrlSF, thanks~~

@fcying fcying closed this as completed Aug 7, 2017
@Yggdroot
Copy link
Owner

Yggdroot commented Aug 8, 2017

I'll add this feature in the future in my leisure time.

@dkasak
Copy link

dkasak commented Oct 19, 2018

This would indeed be nice to have.

@Yggdroot Yggdroot reopened this Oct 19, 2018
@tar-zxvf
Copy link

or can you write a md to express the mechanism of LeaderF ? So someone else can create some prs easily. @Yggdroot

Yggdroot added a commit that referenced this issue Dec 2, 2018
add support for rg: `Leaderf rg`
add changelog
@Yggdroot
Copy link
Owner

Yggdroot commented Dec 2, 2018

Added support for rg, now you can use :Leaderf rg to grep code, for more details, please refer to:
:Leaderf rg -h and Readme.

@Yggdroot Yggdroot closed this as completed Dec 3, 2018
@fcying
Copy link
Contributor Author

fcying commented Dec 3, 2018

@Yggdroot can't work.

#rg test
GPATH
1:test

tags
1:test

a.c
1:test

src/a.c
1:test

Out/a.c
1:test

aaa/out/a.c
1:test

Out/a/a.c
1:test

in vim :Leaderf rg test, nothing.
image

@Yggdroot
Copy link
Owner

Yggdroot commented Dec 3, 2018

You should use Leaderf rg -e test instead.

@fcying
Copy link
Contributor Author

fcying commented Dec 3, 2018

It can work by use rg -e, tks~~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants