Scripts

January 22, 2026 ยท View on GitHub

exe

Download latest release of an executable from GitHub repository.

gpm repo <repo> a <exe> exe <user/repo> <target_assets>
  • <exe>: The filename of the executable.
  • <user/repo>: The GitHub repository to download from.
  • <target_assets>: The target assets pattern, like x86_64-pc-windows

zip_exe

Download latest release of an executable in zip from GitHub repository.

gpm repo <repo> a <exe> zip_exe <user/repo> <target_assets>
  • <exe>: The filename of the executable.
  • <user/repo>: The GitHub repository to download from.
  • <target_assets>: The target assets pattern, like x86_64-pc-windows

dir

Copy a directory to repo root.

gpm repo <repo> a <name> dir <path> [-c]

file

Copy a file to repo root

gpm repo <repo> a <name> file <path> [-c]