[searchQuick] Seeking suggestions and contributors

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[searchQuick] Seeking suggestions and contributors

Jigyasa Grover
Hello All !

This summer I had tried my hand at building searchQuick - an offline text search utility in Pharo 4.0 which enables a user to browse and search within the text files present in the current Pharo image.

The project has reached a certain milestone where it can do the basic intended tasks. 
I aspire to add on more features to it and enhance its functionality. It would be great if you all could have a look, suggest and contribute.

Check out the GitHub repo and Project web page.

Looking forward to a great response.

Kindly contact for further details and queries.

Thanks and Regards
Jigyasa Grover
Reply | Threaded
Open this post in threaded view
|

Re: [searchQuick] Seeking suggestions and contributors

stepharo
Super.
Did you index your files?
Did you look at what benjamin areski did to create a cross referencer for Pharo?

Stef

Le 5/9/15 08:09, Jigyasa Grover a écrit :
Hello All !

This summer I had tried my hand at building searchQuick - an offline text search utility in Pharo 4.0 which enables a user to browse and search within the text files present in the current Pharo image.

The project has reached a certain milestone where it can do the basic intended tasks. 
I aspire to add on more features to it and enhance its functionality. It would be great if you all could have a look, suggest and contribute.

Check out the GitHub repo and Project web page.

Looking forward to a great response.

Kindly contact for further details and queries.

Thanks and Regards
Jigyasa Grover

Reply | Threaded
Open this post in threaded view
|

Re: [searchQuick] Seeking suggestions and contributors

Jigyasa Grover
Stepharo
Thanks :)

Yes, I have *indexed* the files present in the current Pharo Image.
https://github.com/jig08/sQuick_new/blob/master/sQuick_new.package/DummySearchFacade.class/instance/index..st

Cross Referncer, ummm no :
Will look into it. Any links ?

Cheers
Jigyasa