Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.26 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.26 KB

alfred-bear

Allows you to quickly search for and open Bear notes from Alfred. It will search tags, note content, titles, etc. to try to bring you the best match.

usage example screenshot

Installation

Download alfred-bear-VERSION.alfredworkflow.dmg from the latest release, open the downloaded .dmg file, and double-click the .alfredworkflow file to install it.

Usage

Open Alfred and type b and try typing a query. You can change the search keyword or configure a hotkey for it in the workflow settings.

About

Maintained by Chris Dzombak (@cdzombak on GitHub).

Originally based on bjrnt/alfred-bear.

Principal changes in @cdzombak's fork:

  • Use modernc.org/sqlite to remove cgo dependency
  • Update dependencies
  • Use GitHub Actions for the build & release process
  • Build the embedded alfred-bear binary for both Intel and Apple Silicon processors
  • Codesign the embedded alfred-bear binary for distribution outside the Mac App Store
  • Notarize the workflow in a DMG for distribution

License

MIT; see LICENSE in this repository.