issues
search
karlinjf
/
ChromiumXRefs
Sublime Text plugin that provides Chromium CodeSearch integration
Apache License 2.0
16
stars
3
forks
source link
A "raw" Python API for interacting with Chromium CodeSearch along with a command line tool.
#2
Open
asankah
opened
7 years ago
asankah
commented
7 years ago
Command-line tools spits out JSON which can be consumed by some other application. I don't expect there to be a lot of uses for the command line tool.
Library can be used -- or should be usable -- from Python 2.7 or Python 3+. I intend the library to be usable from Vim.
FileCache
can now use a persistent cache. Useful if one wants to share a cache across multiple sessions an embedder.
Tests!
FileCache
can now use a persistent cache. Useful if one wants to share a cache across multiple sessions an embedder.