1.0.1 • Published 8 years ago

snpt-alfred-workflow v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

snpt-alfred-workflow

An Alfred workflow for Snpt

npm.io

Prerequisites

Installation

Install the Snpt Alfred workflow builder:

npm install -g snpt-alfred-workflow

Build the workflow:

snpt-alfred-workflow

After you have built the workflow you should see a file called Snpt.alfredworkflow in the current directory. Double click this file to import it into Alfred.

Usage

  1. Trigger Alfred
  2. Type snpt and press enter or tab
  3. Start typing the name of the snippet you want to copy
  4. Press enter on the snippet you want to copy

A notification will be displayed once the snippet has been copied to the clipboard.

FAQ's

Why do i have to build the workflow? Can i not just download a pre-built workflow?

Alfred does not know the location of the node, fzf or snpt binaries on your system. As part of building the workflow, any references to these binaries in the workflow scripts are replaced with the correct path to the binary on your system.

Troubleshooting

The workflow has stopped working

Try re-building the workflow and re-installing it. It may be that one of the required binaries has moved or been upgraded which will have invalidated the path to it in one of the workflow scripts.

1.0.1

8 years ago