1.1.1 • Published 6 years ago

alfred-portal v1.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

alfred-portal Build Status

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

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago