Files
homebrew-cask/Casks/o/openinterminal-lite.rb
Mike McQuaid 326c44e93a o*: move to o/ subdirectory.
Continuing the sharding work now that `orka.rb` was moved without issue.
2023-08-07 17:35:26 +01:00

18 lines
574 B
Ruby

cask "openinterminal-lite" do
version "1.2.5"
sha256 "2d2f7ab19bcd443fa533a294875a0e95333cca0a60707ac7226bcafaaae2972b"
url "https://github.com/Ji4n1ng/OpenInTerminal/releases/download/v#{version}/OpenInTerminal-Lite.app.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