Delish url-scheme documentation

Delish as of version 2.3 support the custom url scheme delish://.

delish://API_V1/open

Opens delish to specific view, tag, search query, etc

Parameter Value Expected Description
view bookmarks (default), tags Open to specific view
search string Search bookmarks
tag string Tag to select in tags view
bundle string Smart bundle name to view

Example

> open "delish://API_V1/open?view=tags&search=apple"

delish://API_V1/new

Parameter Value Expected Description
url encoded url to prepopulate Open to new bookmark form with url

Example

> open "delish://API_V1/new?url=http%3A%2F%2Fwww.apple.com"