See All Bookmarks

Is there a way to view all Hook bookmarks without using a tool like LaunchBar/Alfred?

For now, you can use AppleScript:

tell application "Hook"
	#name of bookmarks
	address of bookmarks
end tell

We will have this feature in Hook soon.

2 Likes