Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skyzyx/terraform-registry.alfredworkflow

Alfred workflow for the Terraform Registry.
https://github.com/skyzyx/terraform-registry.alfredworkflow

alfred alfred-workflow alfred-workflows alfred3 alfred3-powerpack alfred3-workflow alfred4 alfred4-workflow alfredworkflow go golang gometalinter powerpack registry terraform

Last synced: 9 days ago
JSON representation

Alfred workflow for the Terraform Registry.

Awesome Lists containing this project

README

        

# terraform-registry.alfredworkflow

An Alfred PowerPack Workflow for searching the Terraform Registry for shared modules.

See [releases](https://github.com/skyzyx/terraform-registry.alfredworkflow/releases) to download!

## Usage

`tf {query}` — Search for a module.

Items preceded with the star emoji have been _verified_.

### Actions

* `↩` — Open the module in the Terraform Registry UI.
* `⌘↩` — Open the module’s source repository.
* `⇧/⌘Y` — Quicklook details

### Screenshots

![initial](README2.png)
![results](README.png)
![no results](README3.png)

Requires [Alfred and the PowerPack](https://www.alfredapp.com/powerpack/).

## Developing/Deploying

### Developing

```bash
make build
bin/tfregistry "vault"
```

Make sure that you run the linter to catch any issues.

```bash
make lint
```