Seachlime is a full text search plugin for SublimeText3 powered by Whoosh.
Default directory to save indexes is ~/.Searchlime.
If you want to change this, set "indexdir" for the Package - User settings file.
Searchlime have indexes for each projects, and disabled by default.
If you want to enable with a project, Edit project settings file (Project > Edit Project), and like this:
{
...
...
"Searchlime":
{
"enable": true
}
}
If you want to enable for all projects, set "enable": true for the Package - User settings file.
- Command
Searchlime search> input your search word to an input panel > browse with quick panel ctrl+alt+sfor Windows/Linux, orctrl+super+sfor OSX is a default keybind of searching.
MIT license.
(Included whoosh library is under 2-clause BSD license.)