Skip to content

Instantly share code, notes, and snippets.

Avatar

Alyson Hurt alykat

View GitHub Profile
@alykat
alykat / dailygraphics.applescript
Last active June 7, 2016 15:15 — forked from dannydb/gist:74399d474ed14da3637b
NPR dailygraphics launcher from iTerm2
View dailygraphics.applescript
tell application "iTerm"
activate
tell the current terminal
activate current session
-- launch dailygraphics tab
launch session "Default Session"
tell the last session
set name to "dailygraphics"
@alykat
alykat / workon_project.applescript
Last active August 29, 2015 14:16 — forked from dannydb/workon_project.applescript
Applescript NPR project launcher for iTerm2
View workon_project.applescript
tell application "iTerm"
activate
set projectSlug to the text returned of (display dialog "Which project?" default answer "")
tell the current terminal
activate current session
launch session "Default Session"