Skip to content

Instantly share code, notes, and snippets.

View robzwolf's full-sized avatar

Robbie Jakob-Whitworth robzwolf

View GitHub Profile
@robzwolf
robzwolf / Hollywood.md
Created April 18, 2021 17:37
Hollywood

How to Launch Hollywood on Windows, macOS or Linux

  1. Install Docker Desktop.
  2. Open a Terminal (Windows / Mac / Linux) and maximise it to the full size of your screen.
  3. $ docker run --rm -it bcbcarl/hollywood
  4. To exit: Try mashing Ctrl-D and Ctrl-C. If you get to a terminal you can type exit to close the container.

    If this fails, just quit your terminal. 😁

@idleberg
idleberg / vscode-macos-context-menu.md
Last active July 13, 2024 18:11
“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 😉