Open Url

Open URLs, files, and applications on macOS. Use for launching browsers, opening documents, or starting apps. Use when this capability is needed.

tomevault-io 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 .

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/mikeyobrien--rho--open-url commit 193e544ea5

Frequently asked questions

npx skillmds@latest add tomevault-io/open-url