CodeKit2
CodeKit2 copied to clipboard
Feature Request (API): Allow path to be passed to `preview in browser`
Currently the CK API allows for tell application "CodeKit" to preview in browser and tell application "CodeKit" to preview in browser Firefox (or bundle name).
It would be nice if a plugin developer could pass in a path at the end of this call so that users could open that path directly from their editor.
tell application "CodeKit" to preview in browser /some/path
tell application "CodeKit" to preview in browser Firefox /some/path
Somewhat related ticket #364