From: KaBanks <20971850+KaBankz@users.noreply.github.com> Date: Wed, 8 May 2024 17:19:21 +0000 (-0400) Subject: Add warp terminal entry (#404) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/dddae21ddb63af3eb0326e092a5c60b4d1e2a4dc?ds=sidebyside Add warp terminal entry (#404) --- diff --git a/programs/warp.json b/programs/warp.json new file mode 100644 index 0000000..b2a1bdf --- /dev/null +++ b/programs/warp.json @@ -0,0 +1,10 @@ +{ + "name": "warp", + "files": [ + { + "path": "$HOME/.warp", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/warpdotdev/Warp/issues/814\n" + } + ] +}