sublime_terminal icon indicating copy to clipboard operation
sublime_terminal copied to clipboard

Warp terminal

Open luwes opened this issue 1 year ago • 0 comments

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)

luwes avatar Dec 15 '22 02:12 luwes