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

Unite CodeSearch #3

Open
ReneFroger opened this issue Sep 21, 2014 · 4 comments
Open

Unite CodeSearch #3

ReneFroger opened this issue Sep 21, 2014 · 4 comments

Comments

@ReneFroger
Copy link

Thanks for sharing this awesome plugin with us! Great job.

I saw that Google Code Search works the same way as Everything, it uses an index too. But for inline code, not for file name. You can check out it on here. The manual is included in the download, and it offers a cmd path.

I was wondering if it's possible to wrap the functionality into a Unite source, same as Unite Everything?

@sgur
Copy link
Owner

sgur commented Sep 26, 2014

I'm sorry for late reply.

I had never heard it and I tried it.

It seems indexed code search tool and the behavior is similar to grep or ctags.
(Everything indexes and searches only filenames and doesn't index any contents)

I think it is better to use with Unite-grep.
Unite-grep also search asynchronously.
Why don't you try it with the Google Code Search?

@ReneFroger
Copy link
Author

I would like to integrate Google Code Search into my Unite workflow.

Like :Unite file file_rec everything and Google Code Search. With Grep that's not possible.

@ReneFroger
Copy link
Author

I looked again. It gives you the output from a binary, and in same way Everything does the same (filtering the contents).

So could it be possible to wrap Csearch.exe into your plugin, I guess?

@albfan
Copy link

albfan commented Nov 25, 2014

Everything is based on a NTFS feature (USN journal) which basically acts like and index on inode changes (knows every file touched created on system) so is not possible to extend it.

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

No branches or pull requests

3 participants