Files
homebrew-cask/Casks/g/go2shell.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

19 lines
439 B
Ruby

cask "go2shell" do
version "2.5"
sha256 :no_check
url "https://zipzapmac.com/DMGs/Go2Shell.dmg"
name "Go2Shell"
desc "Opens a terminal window to the current directory in Finder"
homepage "https://zipzapmac.com/go2shell"
livecheck do
url "http://appcast.zipzapmac.com/go2shell.xml"
strategy :sparkle, &:short_version
end
app "Go2Shell.app"
zap trash: "~/Library/Preferences/com.zipzapmac.Go2Shell.plist"
end