Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions bucket/vivid.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"version": "0.10.1",
"description": "A themeable LS_COLORS generator with a rich filetype database",
"homepage": "https://github.com/sharkdp/vivid",
"license": "MIT OR Apache-2.0",
"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"
}
}
}
}

Loading