Skip to content

Instantly share code, notes, and snippets.

View ickyphuz's full-sized avatar

Johannes Wagner ickyphuz

View GitHub Profile
@ickyphuz
ickyphuz / cd.applescript
Last active May 15, 2020 07:51 — forked from bumaociyuan/cd.applescript
go2shell for iterm2.9
tell application "Finder"
set pathList to (quoted form of POSIX path of (folder of the front window as alias))
set command to "clear; cd " & pathList
end tell
tell application "System Events"
-- some versions might identify as "iTerm2" instead of "iTerm"
set isRunning to (exists (processes where name is "iTerm")) or (exists (processes where name is "iTerm2")) or (exists (processes where name is "Therm"))
end tell
@ickyphuz
ickyphuz / analysis.draft.md
Created November 19, 2019 11:03 — forked from MattPD/analysis.draft.md
Program Analysis Resources (WIP draft)