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_searchthat 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_searchtag. It defines a speech rule such that when the user says "please [text]", theuser.command_searchaction is triggered.