2021-04-09 08:17:47 +02:00

27 lines
906 B
JSON

{
"version": "0.6.0",
"description": "A faster way to navigate your filesystem",
"homepage": "https://github.com/ajeetdsouza/zoxide",
"license": "MIT",
"notes": "See https://github.com/ajeetdsouza/zoxide#powershell for zoxide autoload",
"architecture": {
"64bit": {
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.6.0/zoxide-x86_64-pc-windows-msvc.exe#/zoxide.exe",
"hash": "ddee78895326897964362aee66da260df30211757d815a09ad70d478d9b94404"
}
},
"bin": "zoxide.exe",
"env_set": {
"_ZO_DATA_DIR": "$dir\\data"
},
"persist": "data",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v$version/zoxide-x86_64-pc-windows-msvc.exe#/zoxide.exe"
}
}
}
}