URI Scheme
Warps URI scheme enables you to programmatically open new windows, tabs, or launch configurations with ease.
How to use it
There are several ways to use the URI scheme:
Open new window
warp://action/new_window?path=<path_to_folder>
Open new tab
warp://action/new_tab?path=<path_to_folder>
Open Launch Configuration
warp://launch/<launch_configuration_path>
How it works
Example of Warp URIs in use in Warp + Raycast Extension.
Last updated