Applescript to Duplicate Terminal Tab

Saturday, April 12th, 2008 Posted in Tips | No Comments »

From my personal experience, I realized that I'd always need at least two terminal tabs whenever I do any Rails development: one to run the server ($ ./script/server) and one to do the rest of the rails stuff (generate things, ...