Code Monkey home page Code Monkey logo

alfred-awscli-reference-workflow's Introduction

Alfred AWS CLI Reference Workflow

This is a workflow for Alfred. It searches commands supported by AWS CLI and open reference or copy command to clipboard.

Example

Searching commands

Installation

Download awscli-reference-x.x.x.alfredworkflow to your computer and double click it.

How to use it

The default invoking keyword is ac. Open Alfred command window, and type ac {query}. You can give multiple keywords separated by white spaces as {query}.

For example:

ac ec2 describe

means, "Search commands which including keyword ec2 and describe."

Choose one in candidates and type Enter, command reference will be open in your default web browser. To type Cmd+Enter instead of Enter, you can copy command to clipboard.

candidates.txt

This workflow search commands from candidates.txt included in .alfredworkflow file.

$ head candidates.txt
acm delete-certificate
acm describe-certificate
acm get-certificate
acm list-certificates
acm request-certificate
acm resend-validation-email
apigateway create-api-key
apigateway create-authorizer
apigateway create-base-path-mapping
apigateway create-deployment

You can update candidates by edit the file.

To reveal it:

  1. Open Alfred perference
  2. Click "Workflows" tab
  3. Open context menu on "AWS CLI Reference" in left pane
  4. Click "Open in Filder"

Original file has been generated by convert command.

$ cd $GOPATH/src/github.com/handlename/alfred-awscli-reference-workflow
$ go run cmd/convert/main.go -src-path sitemap.xml > candidates.txt

Of course, you must setup environment to build programs written in Go.

You can get sitemap.xml by make documentation for AWS CLI.

$ git clone [email protected]:aws/aws-cli
$ cd aws-cli/doc
$ make html
$ ls build/html/sitemap.xml
build/html/sitemap.xml

Licence

MIT

Author

handlename

alfred-awscli-reference-workflow's People

Contributors

handlename avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.