2021-12-03 18:02:03 +00:00

27 lines
899 B
JSON

{
"version": "0.7.9",
"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.7.9/zoxide-v0.7.9-x86_64-pc-windows-msvc.zip",
"hash": "6717ce9c16094a6aafdc76248193a8e9604d069eac3600afd51fac2e715cc84c"
}
},
"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-v$version-x86_64-pc-windows-msvc.zip"
}
}
}
}