Skip to content

find

The community/tags/find directory defines a tag and associated commands for find functionality within Talon.

The file find.py defines the find tag, which can be enabled in other contexts to activate the commands defined by this directory.

The file find.talon defines the voice commands associated with the find tag. These include commands such as "hunt this" to open a find dialog (with optional pasting of the selection), "hunt this [text]" to open a find dialog with the specified text, "hunt next" to find the next occurrence, and "hunt previous" to find the previous occurrence. These commands mostly wrap around Talon's built-in edit actions such as edit.find(), edit.find_next(), and edit.find_previous().