Skip to content

Instantly share code, notes, and snippets.

@sunzsh
Last active December 7, 2023 06:20
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save sunzsh/caf2197b484c6d69e6e4dc8ec99d53bd to your computer and use it in GitHub Desktop.
Save sunzsh/caf2197b484c6d69e6e4dc8ec99d53bd to your computer and use it in GitHub Desktop.
alfred获取当前选中的文件路径
on run
tell application "Finder" to set aliasItemName to selection as alias
set posixPathName to POSIX path of aliasItemName
return posixPathName
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment