Skip to content

Instantly share code, notes, and snippets.

@rwilcox
Created March 21, 2012 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rwilcox/2146799 to your computer and use it in GitHub Desktop.
Save rwilcox/2146799 to your computer and use it in GitHub Desktop.
Open Scratchpad *NOW*
-- but this in your system level Script menu (using the Script Menu builtin in OS X, or Fastscripts from http://red-sweater.com
tell application "BBEdit"
set newDoc to scratchpad window
select newDoc
activate
end tell
@Tekl
Copy link

Tekl commented Sep 25, 2023

Seems not to work anymore. "scratchpad window does not understand select"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment