2025-08-19 08:06:37 -04:00

10 lines
189 B
Python

from talon import Context, Module
mod = Module()
mod.tag("anaconda", desc="tag for enabling anaconda commands in your terminal")
ctx = Context()
ctx.matches = r"""
tag: user.anaconda
"""