The cross-platform version manager toolset crates.io/crates/hyper-jump
at main 24 lines 496 B view raw
1[defaults] 2base_url = "https://github.com" 3api_base_url = "https://api.github.com/repos" 4 5[defaults.platform.macos] 6aarch64 = "aarch64-apple-darwin" 7x86_64 = "x86_64-apple-darwin" 8 9[defaults.platform.linux] 10x86_64 = "x86_64-unknown-linux-gnu" 11 12[defaults.ext] 13macos = "tar.gz" 14linux = "tar.gz" 15windows = "zip" 16 17[[org]] 18name = "zellij-org" 19 20[[org.package]] 21id = "zellij" 22alias = "zellij" 23repo = "zellij" 24download_template = "{base}/{repo}/releases/download/{version}/zellij-{platform}.{file_type}"