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:
- MySQL Cannot Connect with PHP in OSX I think some of you might have problem connecting to...
- Apache and PHP Setup on Mac OS X This special tutorial is for a friend who would like...
- 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...
- Subversion or SVN, Basic Tips for Beginner Been using svn for years, but always couldn’t remember what...
- Cacti Spine Source Installation Error on FreeBSD Just noticed FreeBSD’s port still using old version of spine,...
- How to Edit Cell in Microsoft Excel on Mac OSX Leopard Many windows user may know that F2 is the shortcut...
- installing postgresql 8.2 on Leopard with macports postgresql! one of my favorite high performance open source db,...
- postgresql82-server compile error on Apple Leopard with Macports 1.5 I wasn’t able to compile postgresql82-server on my machine, it’s...
- Detect DDoS Source & Destination IP Address with OURMON We have OURMON running on one of network segment for...


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.