init commit

This commit is contained in:
unknown
2025-08-19 08:06:37 -04:00
commit 2957b5515a
743 changed files with 45495 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
from talon import Context, Module, actions
mod = Module()
ctx = Context()
mod.apps.microsoft_edge = r"""
os: windows
and app.name: msedge.exe
os: windows
and app.name: Microsoft Edge
os: windows
and app.exe: /^msedge\.exe$/i
os: mac
and app.bundle: com.microsoft.edgemac
os: linux
and app.exe: msedge
"""
ctx.matches = r"""
app: microsoft_edge
"""
@ctx.action_class("browser")
class BrowserActions:
def show_extensions():
actions.app.tab_open()
actions.browser.go("edge://extensions")
+4
View File
@@ -0,0 +1,4 @@
app: microsoft_edge
-
tag(): browser
tag(): user.tabs