Skip to content

Instantly share code, notes, and snippets.

@HUMORCE
Last active May 22, 2025 06:59
Show Gist options
  • Save HUMORCE/29776dc5457f64f389e37648839595dd to your computer and use it in GitHub Desktop.
Save HUMORCE/29776dc5457f64f389e37648839595dd to your computer and use it in GitHub Desktop.
{
"version": "0.9.7",
"description": "A faster way to navigate your filesystem",
"homepage": "https://github.com/ajeetdsouza/zoxide",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.7/zoxide-0.9.7-x86_64-pc-windows-msvc.zip",
"hash": "d2f7640e977170d58c3f7057a9ecbfe6597de1a3dbbd992fb2fea1255e6098e4"
}
},
"checkver": "github",
"persist": {
"file": [
"README.md",
"conf\\config.toml",
"conf.d\\user\\config.toml",
[
"LICENSE",
"LICENSE.md"
],
[
"0.9.7",
"VERSION.md"
]
],
"directory": [
"man",
[
"completions",
"completion"
]
]
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v$version/zoxide-$version-x86_64-pc-windows-msvc.zip"
}
},
"persist": {
"file": [
"README.md",
"conf/config.toml",
"conf.d\\user\\config.toml",
[
"LICENSE",
"LICENSE.md"
],
[
"$version",
"VERSION.md"
]
],
"directory": [
"man",
[
"completions",
"completion"
]
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment