Integration with other apps
You can send text to Cardhop using AppleScript. Here's an example script to create a contact for Sarah.
tell application "Cardhop"
parse sentence "Sarah Jones [email protected]"
end tell
To send a sentence to Cardhop and add it immediately without user confirmation:
tell application "Cardhop"
parse sentence "Sarah Jones [email protected]" with add immediately
end tell
URL scheme
Other apps can use the URL handler to send sentences to Cardhop.
x-cardhop://parse?s=Sentence