unite-everything icon indicating copy to clipboard operation
unite-everything copied to clipboard

Unite CodeSearch

Open ReneFroger opened this issue 10 years ago • 4 comments

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?

ReneFroger avatar Sep 21 '14 10:09 ReneFroger

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?

sgur avatar Sep 26 '14 04:09 sgur

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 avatar Sep 27 '14 16:09 ReneFroger

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?

ReneFroger avatar Sep 27 '14 17:09 ReneFroger

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.

albfan avatar Nov 25 '14 07:11 albfan