Skip to content

Commit

Permalink
Added Warp App (#1472)
Browse files Browse the repository at this point in the history
Adds a basic configuration to be able to use the warp terminal the same
as other terminal apps.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
adamambrosius and pre-commit-ci[bot] authored Jul 6, 2024
1 parent fb243a2 commit 63f33a6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/warp/warp.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from talon import Module

mod = Module()

mod.apps.warp = """
os: mac
and app.bundle: dev.warp.Warp-Stable
"""
9 changes: 9 additions & 0 deletions apps/warp/warp.talon
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
app: warp
-
tag(): terminal
tag(): user.generic_unix_shell
tag(): user.git
tag(): user.kubectl
tag(): user.tabs
tag(): user.file_manager
tag(): user.readline

0 comments on commit 63f33a6

Please sign in to comment.