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
+22
View File
@@ -0,0 +1,22 @@
from talon import Context, Module, actions
ctx = Context()
mod = Module()
mod.apps.notepad = r"""
os: windows
and app.exe: notepad.exe
"""
ctx.matches = r"""
app: notepad
"""
@ctx.action_class("win")
class win_actions:
def filename():
filename = actions.win.title().split(" - ")[0]
if "." in filename:
return filename
return ""
+5
View File
@@ -0,0 +1,5 @@
app: notepad
-
tag(): user.tabs
tag(): user.find_and_replace