vivid: Add version 0.10.1 (#6718)

---------

Co-authored-by: noidilin <40153468+noidilin@users.noreply.github.com>
This commit is contained in:
jack-mil 2025-10-03 15:58:08 -04:00 committed by GitHub
parent c7963adb8c
commit 661145b3a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

50
bucket/vivid.json Normal file
View File

@ -0,0 +1,50 @@
{
"version": "0.10.1",
"description": "A themeable LS_COLORS generator with a rich filetype database.",
"homepage": "https://github.com/sharkdp/vivid",
"license": "Apache-2.0|MIT",
"notes": [
"vivid generates LS_COLORS for colorizing file listings in terminals.",
"Tools that use LS_COLORS on Windows include ls (GNU coreutils), eza and lsd:",
" scoop install main/coreutils",
" scoop install main/eza",
" scoop install main/lsd",
"",
"POSIX shells: export LS_COLORS=\"$(vivid generate molokai)\"",
"PowerShell: $env:LS_COLORS = (vivid.exe generate molokai)",
"View available themes: vivid themes"
],
"suggest": {
"GNU coreutils": "coreutils",
"Modern ls alternatives": [
"eza",
"lsd"
]
},
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/vivid/releases/download/v0.10.1/vivid-v0.10.1-x86_64-pc-windows-msvc.zip",
"hash": "c26978625c5e3c26f33ce056272db545573c56008f3b3b5dd0860cb6b6e521db",
"extract_dir": "vivid-v0.10.1-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/sharkdp/vivid/releases/download/v0.10.1/vivid-v0.10.1-i686-pc-windows-msvc.zip",
"hash": "eea061ac8d3d8c07fcd20267f0d5c6361357ca9b490cf36dec500ef561290869",
"extract_dir": "vivid-v0.10.1-i686-pc-windows-msvc"
}
},
"bin": "vivid.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/vivid/releases/download/v$version/vivid-v$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "vivid-v$version-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/sharkdp/vivid/releases/download/v$version/vivid-v$version-i686-pc-windows-msvc.zip",
"extract_dir": "vivid-v$version-i686-pc-windows-msvc"
}
}
}
}