AHK_File_Recent
List recent AutoHotkey scripts from configured directories with options for custom paths, pagination, and file pattern filtering.
Instructions
Ahk recent scripts List the most recent AutoHotkey scripts from configured directories. Supports overriding A_ScriptDir.
π Active File: Not set. Use AHK_File_Active to select a target.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scriptDir | No | Override for A_ScriptDir/root scanning directory | |
| extraDirs | No | Additional directories to scan | |
| offset | No | Number of items to skip for pagination | |
| limit | No | Maximum items to return per page | |
| patterns | No | File glob patterns to include |