We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05d54f commit 5ca353bCopy full SHA for 5ca353b
1 file changed
catalog/vhs.json
@@ -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