cask "tabby" do arch arm: "arm64", intel: "x86_64" version "1.0.215" sha256 arm: "d725d3f1723e5155392d8f3fce22027e88e511fe5074458f30a71210c5e5d2a1", intel: "409be3dbce51338b766adb40127adab953fa1aac233c32c1d2390800499edc9f" url "https://github.com/Eugeny/tabby/releases/download/v#{version}/tabby-#{version}-macos-#{arch}.zip", verified: "github.com/Eugeny/tabby/" name "Tabby" name "Terminus" desc "Terminal emulator, SSH and serial client" homepage "https://eugeny.github.io/tabby/" livecheck do url :url strategy :github_latest end auto_updates true app "Tabby.app" zap trash: [ "~/Library/Application Support/tabby", "~/Library/Preferences/org.tabby.helper.plist", "~/Library/Preferences/org.tabby.plist", "~/Library/Saved Application State/org.tabby.savedState", "~/Library/Services/Open Tabby here.workflow", "~/Library/Services/Paste path into Tabby.workflow", ] end