Using Textmate, you can quickly and easily add a command to the menu (such as “spellcheck”) that simply executes a shell script with the file path as a parameter. Is there anything in Sublime Text 3 that will do the same thing?
Execute shell with file as parameter
wesbos
#2
Not exactly the same but you can create a build system that runs what you want, and then create a .sublime-menu file that adds it to your menu system.
0 Likes