alfred-portal
v1.1.1
Published
Portal Search and Open
Downloads
10
Readme
alfred-portal
Portal Search and Open
Install
$ npm install --global alfred-portal
Requires 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