URI Scheme
Warps URI scheme enables you to programmatically open new windows, tabs, or launch configurations with ease.
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>
Warp + Raycast Extension Demo made using URIs
Last modified 2mo ago