Sublime Forum

Launching features from outside

#1

Hi,

As far as I could understand from the documentation, though ST2 offers amazing customization and control from inside the program, its command-line interface is very simple and mostly allows specifying files to open. Is there also a way to open ST2 with a specific plugin or feature via an external interface, or control the existing ST2 instance from outside?
For example, I’m looking for a way to open ST’s Find in Files panel from outside and put some value in the Where field. Is this somehow possible?

Thanks in advance :smile:

0 Likes

#2
subl --command "show_panel {\"panel\": \"find_in_files\", \"where\":\"my directory\"}"
0 Likes