Tools/wget.json

{
  "name": "wget",
  "description": "Non-interactive network downloader",
  "tags": [
    "network",
    "download"
  ],
  "executable": "wget.exe",
  "packages": {
    "scoop": "wget",
    "choco": "wget"
  },
  "xdg": {
    "compliance": "partial",
    "method": "env",
    "vars": {
      "WGETRC": "${XDG_CONFIG_HOME}/wget/wgetrc"
    },
    "dirs": [
      "${XDG_CONFIG_HOME}/wget"
    ]
  },
  "aliases": {},
  "picker": null
}