Pre-submit Checks
Describe the solution you'd like?
Add a small, editor-style desktop launcher command for opening local paths in Warp:
Expected behavior:
warp <directory> launches or focuses the stable Warp desktop app and opens a terminal tab whose working directory is that directory.
warp <file> launches or focuses Warp and opens the file in Warp's built-in editor/Markdown viewer.
- Relative paths are resolved from the caller's current working directory.
warp with no path launches or focuses the desktop app.
- The Preview channel can use a channel-specific name such as
warp-preview, consistent with oz-preview and warpctrl-preview.
This should be a thin desktop-launcher surface, not a replacement for either existing CLI:
oz remains the agent CLI.
warpctrl remains the richer API for controlling a running Warp instance.
The underlying app capabilities already exist:
The requested command would make those capabilities easy to discover and use from shells and IDE integrated terminals, while also handling app startup and channel routing.
Is your feature request related to a problem? Please describe.
Developer tools commonly expose a memorable path launcher such as code .. Warp currently requires platform-specific commands or a user-maintained wrapper:
open -a Warp .
open "warp://action/open_file_editor?path=/absolute/path/to/AGENTS.md"
That is harder to remember, differs by operating system, and requires callers to choose different mechanisms for files and directories. The CLI portion of #9561 was deliberately left out when its URI support was implemented, and a later comment on that issue specifically requested warp . from an IDE integrated terminal. This issue tracks that narrower follow-up rather than reopening the file URI design.
Related but distinct:
Additional context
Locally verified on Warp 0.2026.07.08.17.54.02 for macOS. A shell wrapper around the existing OS open events works for both examples, which demonstrates the user flow, but shipping the launcher with Warp would make it portable, documented, channel-aware, and supportable.
Operating system (OS)
Cross-platform
How important is this feature to you?
4
Pre-submit Checks
warp <path>command.Describe the solution you'd like?
Add a small, editor-style desktop launcher command for opening local paths in Warp:
warp . warp AGENTS.mdExpected behavior:
warp <directory>launches or focuses the stable Warp desktop app and opens a terminal tab whose working directory is that directory.warp <file>launches or focuses Warp and opens the file in Warp's built-in editor/Markdown viewer.warpwith no path launches or focuses the desktop app.warp-preview, consistent withoz-previewandwarpctrl-preview.This should be a thin desktop-launcher surface, not a replacement for either existing CLI:
ozremains the agent CLI.warpctrlremains the richer API for controlling a running Warp instance.The underlying app capabilities already exist:
warp://action/new_tab?path=...or the OS file-open event;warp://action/open_file_editor?path=...(implemented by Support warp://action/open_file_editor URIs #10233 for Feature request: support opening an external file at a specific line via URL Scheme and CLI #9561);warpctrl file open <path>can open a file when a controllable app instance is already running.The requested command would make those capabilities easy to discover and use from shells and IDE integrated terminals, while also handling app startup and channel routing.
Is your feature request related to a problem? Please describe.
Developer tools commonly expose a memorable path launcher such as
code .. Warp currently requires platform-specific commands or a user-maintained wrapper:That is harder to remember, differs by operating system, and requires callers to choose different mechanisms for files and directories. The CLI portion of #9561 was deliberately left out when its URI support was implemented, and a later comment on that issue specifically requested
warp .from an IDE integrated terminal. This issue tracks that narrower follow-up rather than reopening the file URI design.Related but distinct:
warpctrlscripting and live-instance controlopen -a Warp .workaroundAdditional context
Locally verified on Warp
0.2026.07.08.17.54.02for macOS. A shell wrapper around the existing OS open events works for both examples, which demonstrates the user flow, but shipping the launcher with Warp would make it portable, documented, channel-aware, and supportable.Operating system (OS)
Cross-platform
How important is this feature to you?
4