We feature an open-source Alfred Workflow for finding snippets from your Cacher personal and team libraries. Alfred allows Mac users to quickly launch apps and perform tasks using keywords.
Here is the Cacher Alfred Workflow in action:
Prerequisites
- Alfred 3 for Mac
- Node.js (if you are using NPM to install)
Installation
Step 1
Download the Alfred Workflow or install it with NPM:
npm install --global alfred-cacher
Step 2
- Click here to view API credentials.
- Note the API Key and Token in the dialog.
Step 3
- Open Alfred Preferences.
- Click on the "Workflows" tab and find Cacher.
- Click on the "Configure workflow and variables" button.
- Add the following under Workflow Environment Variables:
CACHER_API_KEY
:[API Key from Step 2]
CACHER_API_TOKEN
:[API Token from Step 2]
- Click "Save"
Usage
In Alfred, type snip [keywords]
and wait for results to return. Select a snippet and press Enter to copy its contents to the clipboard.
Contributing
Fork and submit pulls against the alfred-cacher GitHub repo.
Comments
0 comments
Please sign in to leave a comment.