Skip to content

Add a warp <path> desktop launcher for directories and files #13630

Description

@psh4607

Pre-submit Checks

  • I searched Warp feature requests and did not find an issue for this focused desktop-launcher workflow.
  • I searched the Warp documentation and did not find a supported 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.md

Expected behavior:

  1. warp <directory> launches or focuses the stable Warp desktop app and opens a terminal tab whose working directory is that directory.
  2. warp <file> launches or focuses Warp and opens the file in Warp's built-in editor/Markdown viewer.
  3. Relative paths are resolved from the caller's current working directory.
  4. warp with no path launches or focuses the desktop app.
  5. 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

Metadata

Metadata

Assignees

Labels

area:editor-notebooksEditors, notebooks, markdown rendering, LSP, and code display.area:launch-configsLaunch configurations, workflows, tab configs, and automation entry points.area:window-tabs-panesWindow, tab, pane, and workspace layout management.enhancementNew feature or request.repro:highThe report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.warp:auto-triage-review

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions