2025-08-08 19:59:24 +00:00

24 lines
898 B
JSON

{
"version": "1.7.22",
"description": "Powerful Bash-style command line editing for cmd.exe",
"homepage": "https://chrisant996.github.io/clink/",
"license": "GPL-3.0-only",
"notes": [
"Run 'clink inject' to start clink on the current cmd",
"Run 'clink autorun install' to auto start clink"
],
"url": "https://github.com/chrisant996/clink/releases/download/v1.7.22/clink.1.7.22.38f1a3.zip",
"hash": "3069279afe9ba8b1591f88b56245bc8a532e123a9c7bde0549f6777f565a97eb",
"env_set": {
"CLINK_DIR": "$dir"
},
"bin": "clink.bat",
"checkver": {
"github": "https://github.com/chrisant996/clink",
"regex": "/v(?<tag>[\\d.]+)/clink\\.([\\d.]+)\\.(?<commit>[\\w.]+)\\.zip"
},
"autoupdate": {
"url": "https://github.com/chrisant996/clink/releases/download/v$matchTag/clink.$version.$matchCommit.zip"
}
}