homebrew-cask/Casks/cd-to.rb

23 lines
902 B
Ruby
Raw Normal View History

2014-11-14 01:25:32 +08:00
cask :v1 => 'cd-to' do
version '2.6.0'
2014-06-17 07:53:56 +08:00
sha256 'a92def521d332a373f655a41338d0ec18dfaa6e24eb9ec2ca6df281398db3d46'
url "https://github.com/jbtule/cdto/releases/download/#{version.gsub('.', '_')}/cdto_#{version.gsub('.', '_').gsub(/_\d$/, '')}.zip"
2015-03-15 19:47:52 +08:00
appcast 'https://github.com/jbtule/cdto/releases.atom'
2015-04-04 11:31:41 +08:00
name 'cd to'
homepage 'https://github.com/jbtule/cdto'
2014-10-12 00:34:56 +08:00
license :mit
2014-09-16 00:05:22 +08:00
app "cdto_#{version.gsub('.', '_').gsub(/_\d$/, '')}/terminal/cd to.app"
caveats <<-EOS.undent
To complete installation:
1. Open the the Applications folder in finder.
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.
Only "cd to.app" for Terminal.app has been added to the Applications folder. The iterm and x11_term versions are also staged.
EOS
2013-11-11 13:44:22 +08:00
end