Can I have Sublime Text automatically run another command after Sublime SFTP plugin does upload?

StackOverflow https://stackoverflow.com/questions/21919883

سؤال

Can I have Sublime Text automatically run another command after Sublime SFTP plugin performs an upload? Maybe it could trigger a terminal command or system service (that I set up using OSX's Automator)?

This is what I am specifically trying to do... I have Sublime SFTP configured to automatically upload on save. I also have a system service which reloads the active tab in Safari. I would love if pressing CMD-S to save, not only uploads, but reloads active browser tab after upload is complete. Is there is a way I can trigger a command after the SFTP plugin is finished uploading?

Thank you in advance!

هل كانت مفيدة؟

المحلول

There are a couple of options here:

  1. There are plugins that support live-preview or refresh on save capabilities. For Example https://sublime.wbond.net/search/Refresh or LiveReload

  2. The Chain of Command plugin allows you to execute multiple commands subsequently

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top