wbond / sublime_terminal

Launch terminals from the current file or the root project folder
https://packagecontrol.io/packages/Terminal
MIT License
597 stars 117 forks source link

Warp terminal #227

Open luwes opened 1 year ago

luwes commented 1 year ago

Add support for the new Warp terminal.

I tried adding via Apple script but didn't work very well.

Ended up with this in a shell file

#!/bin/bash

open -a Warp.app $(pwd)