This is an Alfred workflow for Kagi's Orion browser. It is based on alfred-safari-toolkit
.
ob
to search Orion bookmarksoh
to search Orion historyor
to search Orion reading list
- Download the workflow from release page and double-click to add it to Alfred.
- Because the produced binary is not signed, you will need to trust it manually as a one-time task:
- Right-click the workflow in Alfred and "Show in Finder".
- Right-click
alfred-orion-toolkit
and "Open with... > Terminal.app". Accept the prompt.
- Right-click
- Right-click the workflow in Alfred and "Show in Finder".
Install go-alfred for workflow packaging:
go install github.com/jason0x43/go-alfred/alfred@latest
- Run
CGO_ENABLED=1 alfred build
to produce an execution binary (./workflow/alfred-orion-toolkit
) - Run
alfred pack
to produce a workflow package (./alfred-orion-toolkit-VERSION.alfredworkflow
)