Merge pull request #10512 from lloydde/cd-to-caveat

cd-to: caveat installation & other terminals.
This commit is contained in:
Paul Hinze 2015-04-09 19:12:41 -05:00
commit d5bc2f4e7d
1 changed files with 10 additions and 0 deletions

View File

@ -9,4 +9,14 @@ cask :v1 => 'cd-to' do
license :mit license :mit
app "cdto_#{version.gsub('.', '_').gsub(/_\d$/, '')}/terminal/cd to.app" 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
end end