CodeKit2 icon indicating copy to clipboard operation
CodeKit2 copied to clipboard

Feature Request (API): Allow path to be passed to `preview in browser`

Open subhaze opened this issue 10 years ago • 0 comments

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

subhaze avatar Feb 10 '15 16:02 subhaze