Skip to content

Instantly share code, notes, and snippets.

View genshinw's full-sized avatar
🎯
Focusing

Genshin genshinw

🎯
Focusing
  • Bytedance
  • Shenzhen
View GitHub Profile
@jnovack
jnovack / alfred-4-open-iterm.applescript
Created May 31, 2019 11:14
Alfred 4 Custom Terminal Applescript to Open iTerm
-- Alfred 4 Custom Terminal Script for iTerm
-- To Install, copy to: Alfred --> Features --> Terminal --> Custom
on alfred_script(q)
if application "iTerm2" is running or application "iTerm" is running then
run script "
on run {q}
tell application \"iTerm\"
activate
try