Skip to content

Commit 627858d

Browse files
tghsadidalal
authored andcommitted
Add ealeksandrov-cd-to 2.7 (fork of cd-to) (#26955)
* 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
1 parent 9be6c93 commit 627858d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Casks/ealeksandrov-cd-to.rb

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
cask 'ealeksandrov-cd-to' do
2+
version '2.7.0'
3+
sha256 '979667c59da350e1a1f6288d20b8cf84ccf81a96b63f1585ad06fd82acc36684'
4+
5+
url "https://github.com/ealeksandrov/cdto/releases/download/#{version.dots_to_underscores}/cd_to_#{version.major_minor.dots_to_underscores}.zip"
6+
appcast 'https://github.com/ealeksandrov/cdto/releases.atom',
7+
checkpoint: '64945ad97b2ff98dc41ec2cd05df9a71af6bf93faac41a75ff1f1a21a063e141'
8+
name 'cd_to'
9+
homepage 'https://github.com/ealeksandrov/cdto'
10+
11+
app "cd_to_#{version.major_minor.dots_to_underscores}/terminal/cd_to.app"
12+
13+
caveats <<-EOS.undent
14+
To complete installation:
15+
1. Open the the Applications folder in finder.
16+
2. Drag "cd_to.app" onto the Finder toolbar while holding down the command(⌘) and option(⌥) keys.
17+
18+
To use, just click on the new button and instantly opens a new Terminal.app window.
19+
20+
Only "cd to.app" for Terminal.app has been added to the Applications folder. The iterm and x11_term versions are also staged.
21+
EOS
22+
end

0 commit comments

Comments
 (0)