/alfred-boom-workflow

An Alfred Workflow to search your boom snippets and copy the selected one to the clipboard

Primary LanguageGo

Alfred Boom Workflow

Reducing your Mean Time To Gif

Search your boom text snippets from Alfred and copy the selected snippet to the clipboard.

Requirements

Installation

  • download the latest release
  • open the downloaded file and Alfred will import it automatically

Usage

From Alfred:

boom [list name] [snippet name]

Lists and snippets will be filtered as you type.

Development

The script filter is written in Go so you'll need to have that installed before starting development.

Running the tests

bin/test

Building the binary

bin/build

Packaging and installing into Alfred

bin/install

Release Process

  • push the code changes to GitHub
  • build a clean package (bin/install)
  • create a new release on GitHub
  • attach the freshly built package (boom.alfredworkflow) to the release
  • note the change(s) in the release description
  • publish the release
  • profit