Skip to content

Commit 5ca353b

Browse files
committed
feat(catalog): add charmbracelet/vhs terminal GIF recorder
Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de> Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
1 parent a05d54f commit 5ca353b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

catalog/vhs.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "vhs",
3+
"category": "general",
4+
"install_method": "github_release_binary",
5+
"description": "CLI home video recorder - write terminal GIFs as code",
6+
"homepage": "https://github.com/charmbracelet/vhs",
7+
"github_repo": "charmbracelet/vhs",
8+
"binary_name": "vhs",
9+
"download_url_template": "https://github.com/charmbracelet/vhs/releases/download/{version}/vhs_{version_nov}_Linux_{arch}.tar.gz",
10+
"arch_map": {
11+
"x86_64": "x86_64",
12+
"aarch64": "arm64"
13+
}
14+
}

0 commit comments

Comments
 (0)