2024-09-08 20:26:00 +00:00

22 lines
784 B
JSON

{
"version": "1.3.0",
"description": "Runs grep (ripgrep's library) and allows to interactively pick its results and open selected match in a text editor.",
"homepage": "https://github.com/konradsz/igrep",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/konradsz/igrep/releases/download/v1.3.0/igrep-v1.3.0-x86_64-pc-windows-msvc.zip",
"hash": "8ec75744a29a9eeb1a6aaaf0080b40a185420aa75884251dfd96c7c8a787ea7c"
}
},
"bin": "ig.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/konradsz/igrep/releases/download/v$version/igrep-v$version-x86_64-pc-windows-msvc.zip"
}
}
}
}