promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Antigravity CLI

/open

Opens a path in the system default editor.

/open belongs to the Utilities category and opens the given file or path in the system's default editor, outside the CLI.

โœ… WHEN TO USE IT?

Open a file for manual editing outside the CLI

/open src/index.ts

โ›” WHEN NOT TO?

You just want to reference a file path in the prompt

/open launches the external editor; that's unnecessary for a plain prompt reference.

Better: Use @<path> in the prompt

SOURCES