Skip to content

Opener

Terminal window
carbon add plugin Opener
import { opener } from '@dotcarbon/plugin-opener'
await opener.openUrl('https://dotcarbon.dev')
await opener.openPath(reportPath)
await opener.revealPath(reportPath)

Use Opener for user-facing actions that delegate to the operating system. It does not provide arbitrary process execution; use the more tightly configured Shell plugin when a child process is required.