Created by: zeffii
do not merge
Maybe i should call this SV Console
, and make search just a feature..just like the other functionality that you mention @nortikin . I was going to make a Console at some point, but this provides all the practical infrastructure I needed anyway..
[-] >>> somename # searches the registered Node list (bl_idname, filename, bl_label)
|
\.... this is a basic search implementation, i invite different engines at some point.
[ ] >>> !macroname # get from a list of macros.
[x] >>> term?bpy # open bpy docs searching the string
[x] >>> term?py # open bpy docs searching the string
[x] >>> term?sv # search sv docs for the string (read the docs)
[x] >>> term?gh # search github sv issues
[x] >>> term?se # search BlenderStackExchange
[x] >>> term?ghc # search github sv code
[ ] >>> #templatename # search templates for SNLite
[ ] >>> #ls # list templates for SNLite
[ ] >>> .templatename # search sverchok demo templates
[ ] >>> .ls # list sverchok demo templates
[ ] >>> man # throw the console manual to a webbrowser
[ ] >>> ls gist # LS , list
[ ] >>> ?gist <term> # parse all current csv into a mega tree once , and allow search of term in node tree/blendfile name