Skip to content

Instantly share code, notes, and snippets.

@ericstewart
Last active September 1, 2015 18:40
Show Gist options
  • Save ericstewart/220dabfe140de7f378b0 to your computer and use it in GitHub Desktop.
Save ericstewart/220dabfe140de7f378b0 to your computer and use it in GitHub Desktop.
Trivial planck scripts for use from TextExpander
#!/usr/local/bin/planck
;; Trivial script to demonstrate using ClojureScript from TextExpander via Planck (http://planck.fikesfarm.com). This
;; uses anything on the clipboard for a simple Hello World example.
;; Also see the 'Shell Script Snippets' section here: https://smilesoftware.com/help/TextExpander/applescript.html
(print (str "Hello, " "%clipboard!"))
#!/usr/local/bin/planck
;; Trivial script to demonstrate using ClojureScript from TextExpander via Planck (http://planck.fikesfarm.com). This
;; just does some trivial output.
;; Also see the 'Shell Script Snippets' section here: https://smilesoftware.com/help/TextExpander/applescript.html
(print "Hello from Planck!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment