1.1.1 • Published 8 years ago
alfred-portal v1.1.1
alfred-portal 
Portal Search and Open
Install
$ npm install --global alfred-portalRequires Node.js 4+ and the Alfred Powerpack.
Configuration
This workflow requires you to setup your portal API url and API key using Alfred variables. Optionally, you can also define a custom cache lifetime.
- portalApiUrl
 - portalApiKey
 - portalCacheLifetime
 
Links
You can define links that can be searched within an associated project. Using portal-options, you can edit the config
file and specify custom links like so:
{
	"links": {
		"<project-id>": {
			"<link-description>": "<link-url>"
		}
	}
}Usage
In Alfred, type portal, Enter, and your query.
License
MIT © Sean Templeton