2022-04-16 12:30:53 +00:00

22 lines
872 B
JSON

{
"version": "1.3.15",
"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.3.15/clink.1.3.15.6e6e45.zip",
"hash": "5eada0bcd3999d8150122719cb6f1f645e2e4795ac30b95c70f2d5d3a186da81",
"bin": "clink.bat",
"persist": "profile",
"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"
}
}