2021-04-22 18:00:23 +00:00

22 lines
850 B
JSON

{
"version": "1.2.3",
"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.2.3/clink.1.2.3.e9c3d7.zip",
"hash": "3dcf221855cad34c78b473621d968ce7175f4761d15b0de04480441544e919cc",
"bin": "clink.bat",
"persist": "profile",
"checkver": {
"github": "https://github.com/chrisant996/clink",
"regex": "clink\\.([\\d.]+)\\.(?<commit>[\\w.]+)\\.zip"
},
"autoupdate": {
"url": "https://github.com/chrisant996/clink/releases/download/v$version/clink.$version.$matchCommit.zip"
}
}