88
99An Alfred workflow that lets you instantly open Google Cloud services or search GCP resources—fast, simple, and right from your Alfred.
1010
11- <p align =" center " > <img src =" ./docs/assets/demo.gif " alt =" Demo GIF " width =" 700 " /> </p >
11+ <p align =" center " > <img src =" ./docs/assets/demo.gif " alt =" Demo GIF " width =" 700 " /> </p >
12+
13+ ## Requirements
14+
15+ - [ Alfred 3+] ( https://www.alfredapp.com/ ) (with Powerpack)
16+ - [ Google Cloud CLI] ( https://cloud.google.com/sdk/docs/install ) installed and authenticated
1217
1318## Installation
1419
@@ -25,13 +30,13 @@ An Alfred workflow that lets you instantly open Google Cloud services or search
2530- 🔍⚡️ Search live GCP resources across 20+ services, right from Alfred
2631- ⚡ Instantly copy, paste or open GCP Console links without touching your browser
2732- 🧠 Config and region overrides using simple symbols (` @ ` and ` $ ` )
28- - 🔐 Secure by design — uses your local ` gcloud ` CLI, never touches credentials
33+ - 🔐 Secure by design, uses your local ` gcloud ` CLI, never touches credentials
2934- 💾 Fast performance with safe caching (customizable via env var)
30- - 🛠️ Built-in tools to clear cache, view logs, or reset internal data
35+ - 🛠️ Built-in tools to install new updates, clear cache, view logs, or reset internal data
3136
3237## Design Philosophy
3338
34- 1 . This workflow never sees your credentials — authentication is handled entirely by the ` gcloud ` CLI.
39+ 1 . This workflow never sees your credentials, authentication is handled entirely by the ` gcloud ` CLI.
35402 . Only non-sensitive data is cached, such as project names, regions, resource names etc. Jusk enough keep things snappy.
36413 . Every command fetches only the non sensitive data it needs, keeping it lightweight and efficient.
37424 . Set your ` gcloud ` path once, and the workflow runs smoothly without surprises.
@@ -67,7 +72,7 @@ An Alfred workflow that lets you instantly open Google Cloud services or search
6772- Compute snapshots
6873- Compute instance templates
6974- Pub/Sub topics and subscriptions
70- _ This is not an exhaustive list — if changing the region has no effect, the resource is likely global._
75+ _ This is not an exhaustive list: if changing the region has no effect, the resource is likely global._
7176
7277
7378### Advanced Usage
0 commit comments