0

I'm using Coda for web developement. I often create new sites in my ~/Sites folder. I always enter the same information in Coda, except for the name of the site, and the directory where it's stored. Is it possible to create a plug-in (in either Cocoa or ShellScript) which automates this (so I don't need to enter all FTP stuff etc... over and over again)?

Thanks in advance.

2 Answers2

1

One easy way to do it: just make a generic site with the things you normally type in. Then when you want to create a new site, right-click on the generic site and say duplicate. There's no shell script you can write for the process, because you would need access to Coda's inner workings.

@Joshua I think Koning is talking about the process of creating a 'Site' within Coda itself, which looks like this: http://andrewcerniglia.com/blogImages/77437/Coda_addSiteFTP.jpg

Vlad the Impala
  • 15,572
  • 16
  • 81
  • 124
  • That's probably the best method. Having written several Cocoa plug-ins for Coda I know there is no way to do this with the current Cocoa plug-in API. It might be possible with Applescript. – Rob Keniger Nov 27 '09 at 00:25
0

There's a plugin for that. It should do what you're looking for. If it doesn't, a similarly-worded Google search turns up this Coda plugin development page.

Joshua Nozzi
  • 60,946
  • 14
  • 140
  • 135