You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ An Alfred workflow that lets you instantly open Google Cloud services or search
41
41
3. Every command fetches only the non sensitive data it needs, keeping it lightweight and efficient.
42
42
4. Set your `gcloud` path once, and the workflow runs smoothly without surprises.
43
43
44
-
> If you notice anything that doesn't align with this, it's unintentional — please open an issue.
44
+
> If you notice anything that doesn't align with this, it's unintentional, please open an issue 🙏
45
45
46
46
## Usage
47
47
@@ -80,7 +80,7 @@ _This is not an exhaustive list: if changing the region has no effect, the resou
80
80
1. Type `gcp tools:` to list the maintenance options powered by [AwGo Magic Actions](https://pkg.go.dev/github.com/deanishe/awgo#MagicAction).You can use <kbd>Tab</kbd> to navigate between actions like clearing the cache, viewing logs, or resetting internal data folders, then press <kbd>Enter</kbd> to run the selected action. <br>
_Example: Maintenance tools screen with options like clear cache and view logs._ <br>
83
-
2. The workflow supports [Fuzzy Filtering](https://pkg.go.dev/github.com/deanishe/awgo/fuzzy), so you can quickly find services or resources — even with partial or out-of-order matches.
83
+
2. The workflow supports [Fuzzy Filtering](https://pkg.go.dev/github.com/deanishe/awgo/fuzzy), so you can quickly find services or resources, even with partial or out-of-order matches.
84
84
3. By default, resource searches are cached for 7 days. To customize this duration, set the `ALFRED_GCP_WORKFLOW_CACHE_TTL_SECONDS` environment variable in Alfred. Learn how to do this here: [Alfred Environment Variables Guide](https://www.alfredapp.com/help/workflows/advanced/variables/#environment).
85
85
86
86
@@ -123,4 +123,4 @@ If this workflow saved you time or made your day a little easier, consider showi
123
123
124
124
This workflow is inspired by the amazing [aws-alfred-workflow](https://github.com/rkoval/alfred-aws-console-services-workflow).
125
125
As a past user of that workflow before switching to GCP, I wanted to create a similar experience for GCP users.
126
-
Huge thanks to the original author for the idea and inspiration — without which this workflow wouldn't exist!
126
+
Huge thanks to the original author for the idea and inspiration, without which this workflow wouldn't exist!
0 commit comments