Open Url

Open URLs, files, and applications on macOS. Use for launching browsers, opening documents, or starting apps.

mikeyobrien 740fa9a 575 B Updated

File contents

Open URLs and Files

Open a URL in default browser

open https://example.com

Open a file with default app

open document.pdf
open image.png

Open with a specific app

open -a "Safari" https://example.com
open -a "Visual Studio Code" project/
open -a "Finder" /path/to/directory

Reveal in Finder

open -R /path/to/file

Open a new Finder window

open .

mikeyobrien/rho/tree/main/platforms/macos/skills/open-url commit 740fa9a4f7

Frequently asked questions

npx skillmds@latest add mikeyobrien/open-url-2