![]() |
Creating Items with AppleScript |
Using AppleScript, you can create and modify items in your Yojimbo Library, easing migration from other applications.
The following example creates a new password, completely filled in. By modifying and building on this script, you could import passwords from data exported from your old password software.
tell application "Yojimbo"
make new password item with properties ¬
{ name:"Item name",¬
location:"mail.example.com", ¬
account:"anon",¬
password:"abcd1234", ¬
comments:"imported on " & date}
end tell
Yojimbo has a helpful user community who are very willing to help out in creating or modifying AppleScripts to do specific tasks.