Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

File Opener Tool

Opens files or URLs using the OS-native default application (e.g., open on macOS, xdg-open on Linux).

Details

IDnexus.tool.opener
Tool Nameopen_path
DependenciesNone

Configuration

KeyTypeDefaultDescription
open_cmdstring(auto-detected)Override the open command. Auto-detected: open (macOS), xdg-open (Linux), cmd /c start (Windows)
timeoutduration10sMax time to wait for the open command

Tool Parameters

ParameterTypeRequiredDescription
pathstringYesFile path or URL to open

Events

Subscribes To

EventPriorityPurpose
tool.invoke50Handles open requests

Emits

EventWhen
tool.resultConfirmation of open action
tool.registerRegisters the open_path tool at boot

Example Configuration

nexus.tool.opener:
  timeout: 10s