Module open_with_app

Module open_with_app 

Source
Expand description

Cross-platform open file with named application for context menus and the command palette.

macOS uses open -a. Windows and Linux resolve the same human-readable labels the UI uses (often macOS-oriented) to real executables, then spawn program path/to/file.

Functionsยง

open_macos ๐Ÿ”’
open_with_application
Opens an existing file with a named application.