GoogleSearchVIM : Search for keywords with the Google Desktop Search engine from inside VIM
script karma |
Rating 4/1,
Downloaded by 1091 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Jack Atkinson |
|
script type |
utility |
|
description |
This plugin allows you to use Google Desktop Search engine to search text
files on your hard drives (or network drives if configured in GDS) from within VIM.
This requires python, pygoogledesktop script, python windows extensions, and Google Desktop Search engine installed.
Right now, this is a Windows only program, until I find time to modify it
for other OS's.
This might get you quicker results instead of using vimgrep or grep.
|
|
install details |
Make sure you have the latest Google Desktop Search engine installed for Windows!
Make sure the correct version of Python is installed on your machine that
VIM supports. Type :version and you should see a "+python" or "+python/dyn"
If it is not there, then you cannot use this script.
Also in that same version command, check for "DFEAT_PYTHON" to see
where python is installed for VIM to use and make sure your python is
located there.
Make sure you have a copy of PyGoogleDesktop python package installed
as well. "http://code.google.com/p/pythongoogledesktop" or if you have
setuptools, do "easy_install pygoogledesktop" to install. The easy_install should download the pywin32 extensions if you don't have them.
NOTE: Make sure that the (PythonInstallDirectory)\PythonXX\Scripts directory is in your PYTHONPATH. Hopefully I'll have this fixed soon!
Install googlesearch.vim into your plugin directory
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.191.149.30
|