Skip to content

Instantly share code, notes, and snippets.

View TheBoroer's full-sized avatar
🔨
Building

Boro Vukovic TheBoroer

🔨
Building
View GitHub Profile
@idleberg
idleberg / vscode-macos-context-menu.md
Last active August 9, 2025 21:46
“Open in Visual Studio Code” in macOS context-menu

Open in Visual Studio Code

  • Open Automator
  • Create a new document
  • Select Quick Action
  • Set “Service receives selected” to files or folders in any application
  • Add a Run Shell Script action
    • your default shell should already be selected, otherwise use /bin/zsh for macOS 10.15 (”Catalina”) or later
    • older versions of macOS use /bin/bash
  • if you're using something else, you probably know what to do 😉
@davidwtbuxton
davidwtbuxton / main.py
Created July 15, 2025 08:17
Fetching the deployed files for an App Engine standard app
"""
Install: gcloud SDK, and configure application default credentials.
https://cloud.google.com/sdk/gcloud/reference/auth/application-default/login
Install: python -m pip install click google-api-python-client google-cloud-storage
Usage:
main.py versions --project=my-proj
main.py download --project=my-proj --version=my-version --service=default