From 661145b3a57652b8cc6916d569a64dd037caf483 Mon Sep 17 00:00:00 2001 From: jack-mil <62065280+jack-mil@users.noreply.github.com> Date: Fri, 3 Oct 2025 15:58:08 -0400 Subject: [PATCH] vivid: Add version 0.10.1 (#6718) --------- Co-authored-by: noidilin <40153468+noidilin@users.noreply.github.com> --- bucket/vivid.json | 50 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 bucket/vivid.json diff --git a/bucket/vivid.json b/bucket/vivid.json new file mode 100644 index 0000000000..12f21dbb5e --- /dev/null +++ b/bucket/vivid.json @@ -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" + } + } + } +}