Sublhandler.app - opens, but does not open sublime text

I installed the subl handler , and I'm trying to test it using the recommended one:

open 'subl://open/?url=file:///etc/hosts' 

Running this in the terminal opens SublHandler.app itself, but then does nothing - it does not open sublime text, not to mention the specified file.

In the SublHandler presets, I have a "subheading path" set to /usr/local/bin/subl . If I run /usr/local/bin/subl in my terminal, it will open exalted text.

Any ideas as to why SublHandler is not working?

+4
source share
1 answer

It seems that the last bin from Asut is not working properly on Maverics. Try my fork here https://github.com/grych/subl-handler - it works with 10.9.1.

+2
source

Source: https://habr.com/ru/post/1501300/


All Articles