18 lines
570 B
Ruby
18 lines
570 B
Ruby
cask "openinterminal-lite" do
|
|
version "1.2.6"
|
|
sha256 "8eaaf3052f704a4a6c7795227611f4a406ac80c60a37e936ff8ce19ca6f53e86"
|
|
|
|
url "https://github.com/Ji4n1ng/OpenInTerminal/releases/download/v#{version}/OpenInTerminal-Lite.zip"
|
|
name "OpenInTerminal-Lite"
|
|
desc "Finder Toolbar app to open the current directory in Terminal"
|
|
homepage "https://github.com/Ji4n1ng/OpenInTerminal"
|
|
|
|
livecheck do
|
|
skip "No reliable way to get version info"
|
|
end
|
|
|
|
app "OpenInTerminal-Lite.app"
|
|
|
|
zap trash: "~/Library/Preferences/wang.jianing.app.OpenInTerminal-Lite.plist"
|
|
end
|