Skip to content

Commit

Permalink
Add ealeksandrov-cd-to 2.7 (fork of cd-to) (#26955)
Browse files Browse the repository at this point in the history
* Add ealeksandrov-cd-to 2.7 (fork of cd-to)

The original project isn't being updated anymore. This fork is discussed
here: jbtule/cdto#25. The old maintainer has
acknowledged it and not raised any objections to the fork.

* Update ealeksandrov-cd-to.rb
  • Loading branch information
tghs authored and adidalal committed Nov 21, 2016
1 parent 9be6c93 commit 627858d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Casks/ealeksandrov-cd-to.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
cask 'ealeksandrov-cd-to' do
version '2.7.0'
sha256 '979667c59da350e1a1f6288d20b8cf84ccf81a96b63f1585ad06fd82acc36684'

url "https://github.com/ealeksandrov/cdto/releases/download/#{version.dots_to_underscores}/cd_to_#{version.major_minor.dots_to_underscores}.zip"
appcast 'https://github.com/ealeksandrov/cdto/releases.atom',
checkpoint: '64945ad97b2ff98dc41ec2cd05df9a71af6bf93faac41a75ff1f1a21a063e141'
name 'cd_to'
homepage 'https://github.com/ealeksandrov/cdto'

app "cd_to_#{version.major_minor.dots_to_underscores}/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
end

0 comments on commit 627858d

Please sign in to comment.