Level up your business security with free, on-demand training and certification. Explore 1Password Academy today →
Forum Discussion
mickael
4 years agoDedicated Contributor
Open 1password from apple script
Hi,
I try to open 1password from Apple Script through a bash script.
I tried:
osascript -e 'tell app "1Password 7"' -e 'if it is not running then launch' -e 'end tell'
But this ...