FopenInEditor
Bun

function

openInEditor

function openInEditor(
path: string,
options?: EditorOptions
): void;

Open a file in your local editor. Auto-detects via $VISUAL || $EDITOR

@param path

path to open

Referenced types

interface EditorOptions