TextMate: Creating New Project in Shell Instantly
Been using TextMate recently, really loving it like hell. There is a best part of TextMate that you can create a New Project instantly from your www folder. But first and foremost you got to create symlink to /bin.
To create a symlink, do this
sudo ln -s /Applications/TextMate.app/Contents/Resources/mate /bin/mate
After you have created the symlink, change directory to your www folder for example
cd /opt/local/apache/htdocs/myproject
And run the command mate .
mate .
Congrat, new project has been created with Text Mate, just save it with shortcut key Ctrl + Command + S
Related posts:
- How to do Word Count on TextMate How many “words” of code you written on TextMate? Try...
- MySQL Cannot Connect with PHP in OSX I think some of you might have problem connecting to...
- How to dig SRV record after creating it in DNS dig <record type> <host.name> e.g dig SRV _someservice._port.hostname.domainame.com.my OR dig...
- Install MySQL5 on Mac OSX With Darwin Port Before installing MySQL5, please be sure you have Darwin Port...
- How to Edit Cell in Microsoft Excel on Mac OSX Leopard Many windows user may know that F2 is the shortcut...
- postgresql82-server compile error on Apple Leopard with Macports 1.5 I wasn’t able to compile postgresql82-server on my machine, it’s...
- Cacti Spine Source Installation Error on FreeBSD Just noticed FreeBSD’s port still using old version of spine,...
- installing postgresql 8.2 on Leopard with macports postgresql! one of my favorite high performance open source db,...
- Subversion or SVN, Basic Tips for Beginner Been using svn for years, but always couldn’t remember what...
- Workflow with Automator … I have always use my mac for surfing, emailing, messaging...


March 24th, 2007 at 11:00 pm
Textmate rocks.
Anyway. As opposed to manually creating the symlink Help->Terminal usage and textmate will create it for ya.