homebrew-cask/Casks/cd-to.rb

22 lines
691 B
Ruby
Raw Normal View History

cask "cd-to" do
version "3.1"
sha256 "2871b5324210a04eb13b27aa69ab572215a6ac11a33ca96de8e8526b39f77113"
url "https://github.com/jbtule/cdto/releases/download/v#{version}/cdto_#{version.dots_to_underscores}.zip"
appcast "https://github.com/jbtule/cdto/releases.atom"
name "cd to"
homepage "https://github.com/jbtule/cdto"
depends_on macos: ">= :mojave"
2019-10-11 18:09:11 +08:00
app "cd to.app"
caveats <<~EOS
To complete installation:
1. Open the the Applications folder in finder.
2019-10-18 11:21:03 +08:00
2. Drag "cd to.app" onto the Finder toolbar while holding down the command() and option() keys.
To use, just click on the new button and instantly opens a new Terminal.app window.
EOS
end