10 lines
189 B
Python
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
|
|
"""
|