não demorou muito para descobrir isso sozinho. Eu tenho o seguinte script de apple ligado a um fluxo de trabalho hotkey em Alfred. As amostras são salvas em / tmp /
tell application "Finder"
set appPath to the path to the frontmost application
set appName to the name of file appPath
set appName to text 1 thru ((offset of "." in appName) - 1) of appName
end tell
do shell script "sample '" & appName & "'"