Create a TextMate application
To create an application where TextMate opens a directory as a project. Create a simple Apple Script with one line:
do shell script "open -a TextMate '/Users/myaccount/Documents/Notes'"
Save the file as an application and set it to “run only”. That’s it. Paste an icon over the new application and save it into the Applications folder.