Skip to content

arc

This directory contains files to add support for the Arc browser to Talon.

The file arc.py defines the app context for Arc on macOS, and defines custom actions for that context.

tab_close_wrapper adds a short pause before closing a tab. This is helpful because Arc can sometimes be slow to respond to the close command.

command_search focuses the URL bar and inserts the given text.

show_extensions opens a new tab and navigates to the extensions page.

The file little-arc_mac.talon defines a command for opening a new "Little Arc" window. It presses cmd-alt-n which is the shortcut to open a new "Little Arc" window. Then it inserts any text spoken after "little arc".

The file arc_mac.talon activates the browser, user.tabs, and user.command_search tags when the Arc app is active on macOS. This allows the user to use commands defined in other files that use these tags.