Giter Site home page Giter Site logo

alfred-my-mind's Introduction

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

alfred-my-mind's People

Contributors

nikitavoloboev avatar tansawit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alfred-my-mind's Issues

Write script to prefix entries from heading

i.e.

## Go
- [Go Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments)
- [Performance without the event loop (2015)](https://dave.cheney.net/2015/08/08/performance-without-the-event-loop)

The script would do this:

## Go
- [go: Go Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments)
- [go: Performance without the event loop (2015)](https://dave.cheney.net/2015/08/08/performance-without-the-event-loop)

Building workflow generates undefined variable errors (aw.IsRunning, aw.RunInBackground, updateAvailable, link)

When trying to run

alfred build

on the repo the following errors are generated

./update.go:19:29: undefined: aw.IsRunning
./update.go:23:9: undefined: aw.RunInBackground
./update.go:40:9: undefined: updateAvailable
./wiki.go:25:14: undefined: link
./wiki.go:31:25: undefined: link

From what I understand the first 2 undefines are related to changes to the AwGo library and changing it to wf.IsRunning/wf.RunInBackground seems to do the trick.

For the 'undefined link' they seem to reference the Link struct defined in line 11 of wiki.go. Changing the two references to 'Link' also seems to fix the issue.

However I can't seem to figure out how to fix the 'updateAvailable' error short of removing the entire 'Icon(updateAvailable)' line.

Let me know if I should do a PR for this or if I might be able to help in any way.

Alfred your mind?

Hi Nikita,

For other people that create their own mindmaps. How difficult would it be to create an alfred-your-mind where it would be an interface to their mindmaps created with mindnode?

Thanks!
Marc

Search across maps for full text

I want to be able to search through my Karabiner and macOS maps and quickly know what binding does what and what hotkey does what.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.