Alfred workflow to search through my notes and bookmarks
This workflow lets you search through entirety of my personal wiki. There's over 100,000 lines of markdown with many links inside. This video showcases the workflow in action.
Download workflow from GitHub releases.
See here for instructions on fixing permissions in macOS refusing to run Go binary.
The workflow is written in Go and uses AwGo library for all Alfred related things.
It uses modd and Alfred command to ease its development.
- Run
alfred link
(makes symbolic link ofworkflow
directory) - Run
modd
(starts a process that automatically builds the workflow withalfred build
on any changes you make to.go
files, this builds and places a binary insideworkflow
directory.) - Make changes to code or modify Alfred objects to do what you want! Open debugger in Alfred or run the workflow with
workflow:log
passed in as argument to see the logs Alfred produces.
Always open to useful ideas or fixes in form of issues or PRs.
Can open new issue (search existing issues first) or start discussion.
It's okay to submit draft PR as you can get help along the way to make it merge ready.
Join Discord for more indepth discussions on this repo and others.
Support on GitHub or look into other projects.