Skip to content

Instantly share code, notes, and snippets.

@jasonsnell
jasonsnell / podcast-noter.scpt
Last active November 13, 2025 09:19
Podcast Noter AppleScript
use AppleScript version "2.4" -- Yosemite (10.10) or later
use scripting additions
# Sample Keyboard Maestro macros at
# <https://sixcolors.com/wp-content/uploads/2022/01/Podcast-Noter-Macros.kmmacros.zip>
on run argv
try
set theNote to (item 1 of argv)
on error