Files
homebrew-cask/Casks/t/tabby.rb
2023-11-21 07:57:58 -05:00

33 lines
956 B
Ruby

cask "tabby" do
arch arm: "arm64", intel: "x86_64"
version "1.0.205"
sha256 arm: "17e551b0258affcf1425a2773b53d36936a82bf474fa7d8a8a01de79235271de",
intel: "666ad1fd7f29cb9bcf6a50285e22280d1b808938f611d193e18ea0866a8be6ae"
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