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:

  1. How to do Word Count on TextMate How many “words” of code you written on TextMate? Try...
  2. MySQL Cannot Connect with PHP in OSX I think some of you might have problem connecting to...
  3. 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...
  4. Install MySQL5 on Mac OSX With Darwin Port Before installing MySQL5, please be sure you have Darwin Port...
  5. How to Edit Cell in Microsoft Excel on Mac OSX Leopard Many windows user may know that F2 is the shortcut...
  6. postgresql82-server compile error on Apple Leopard with Macports 1.5 I wasn’t able to compile postgresql82-server on my machine, it’s...
  7. Cacti Spine Source Installation Error on FreeBSD Just noticed FreeBSD’s port still using old version of spine,...
  8. installing postgresql 8.2 on Leopard with macports postgresql! one of my favorite high performance open source db,...
  9. Subversion or SVN, Basic Tips for Beginner Been using svn for years, but always couldn’t remember what...
  10. Workflow with Automator … I have always use my mac for surfing, emailing, messaging...

Tags: , ,

One Response to “TextMate: Creating New Project in Shell Instantly”

  1. doon Says:

    Textmate rocks.

    Anyway. As opposed to manually creating the symlink Help->Terminal usage and textmate will create it for ya.

Leave a Reply