command_search
The community/tags/command_search
directory contains files for a command that enables searching for and executing other commands by name or description using a phrase like "please [command]".
-
command_search.py
: This file defines a Talon module and tag namedcommand_search
. It includes an actioncommand_search
that accepts a text string as input which is intended to search for and run a command. Currently this action is a placeholder, and it needs to be implemented. -
command_search.talon
: This file contains the Talon code for thecommand_search
tag. It defines a speech rule such that when the user says "please [text]", theuser.command_search
action is triggered.