Files
homebrew-cask/Casks/f/findergo.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

14 lines
376 B
Ruby

cask "findergo" do
version "1.4.0"
sha256 "0484e158c4fd95c5ecb8bbdb14a01a039268758fb5bb1cc1754d78e2592db638"
url "https://github.com/onmyway133/FinderGo/releases/download/#{version}/FinderGo.zip"
name "FinderGo"
desc "Open terminal quickly from Finder"
homepage "https://github.com/onmyway133/FinderGo"
depends_on macos: ">= :sierra"
app "FinderGo.app"
end