Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.42 KB

readme.md

File metadata and controls

44 lines (36 loc) · 1.42 KB

coower - Amazon ECS cluster service search for Alfred

NPM

Prerequisites

You need Node.js 4+ and Alfred 3 with the paid Powerpack upgrade.

Install

Install by npm

$ npm install -g coower

Adjust the config.json placed in '~/Library/Preferences/alfy-nodejs/config.json' (Alfred 3 config could be possible located here '/Users/{user}/Library/Application Support/Alfred 3/Workflow Data/com.codebud7.coower')

{
  "coower-csvFileUri": "https://sample.com/my.csv",
  "coower-authToken": "toky",
  "coower-awsUri":"https://amazon.com/ecs/"
}

Key Combinations

Key Combination Action
enter Open service in default browser

Related

License

MIT © Sebastian Puskeiler