nikitavoloboev / alfred-my-mind

Alfred workflow to search through my notes and bookmarks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alfred My Mind

Alfred workflow to search through my notes and bookmarks

img

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.

Install

Download workflow from GitHub releases.

See here for instructions on fixing permissions in macOS refusing to run Go binary.

Setup

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

  1. Run alfred link (makes symbolic link of workflow directory)
  2. Run modd (starts a process that automatically builds the workflow with alfred build on any changes you make to .go files, this builds and places a binary inside workflow directory.)
  3. 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.

Contribute

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.

Discord X nikiv.dev

About

Alfred workflow to search through my notes and bookmarks

License:MIT License


Languages

Language:Go 100.0%