Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
4 years agoFinding App URL for Mac
I have some passwords that will work for both a website and an installed application. I have all the websites linked to the right URL and those are working great. I would like to add the app URL to t...
Former Member
4 years agoYou can do the same thing from the command line without needing to use the Script Editor app:
sh
% osascript -e 'id of application "Finder"'
com.apple.finder
You just have to be careful with the single and double quotes :)