ahkpm
The root command for the ahkpm CLI
On this page
Synopsis
ahkpm is a package manager for AutoHotkey. This root command provides access to all of the subcommands which install, update, and manage your AutoHotkey packages.
Usage
ahkpm [command]
ahkpm [flags]
Available subcommands
cache: Manipulates the packages cacheinclude: Gets the “Include” statement needed to use a packageinit: Interactively create an ahkpm.json file in the current directoryinstall: Installs specified package(s). If none, reinstalls all packages in ahkpm.json.list: List all installed packages and their versionsrun: Run user-defined scripts from ahkpm.jsonsearch: Searches GitHub for packages matching the specified querytest: Runs thetestscript from ahkpm.json if it existsupdate: Update package(s) to the latest version allowed by ahkpm.jsonversion: Bumps the version inahkpm.json.
Options
--ahk-version,-a: Display the version of AutoHotkey--version,-v: Display the version of ahkpm