Skip to content

Execute snippets of JavaScript in the Nova extension runtime

Notifications You must be signed in to change notification settings

ashur/nova-run-live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Live

Select a snippet of text in a JavaScript document, then press Command-Shift-. to execute it in the Nova extension runtime.

💡 If no text is selected, the contents of the entire document will be run.

Entitlements

Run Live requests all available entitlements:

  • Read & Write Files
  • Send Network Requests
  • Launch Subprocesses

so it can execute snippets that use those portions of the Nova extension API.

Notes

Selections which call require() are not supported.

About

Execute snippets of JavaScript in the Nova extension runtime

Topics

Resources

Stars

Watchers

Forks