Is there a way to simply create a new document e.g. on the Desktop and open it with e.g. textmate with a simple shortcut or script. I know that the MS Windows approach where you can just create a new empty txt file directly is not working for Mac. I am looking for a method achieving something similar. Any ideas?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This uses TextMate's If it's not installed, go to TextMate > Help > Terminal Usage.
|
|||||
|
|
How about the unix approach of creating an empty file with It could be done in a script, and passed to an application. |
|||
|
|
|
You can write this in the terminal:
Or as a script:
|
|||||||
|
|
Traditional on the shell is to use the in C:
in Perl:
in Tcl:
|
|||
|
|
|
There is another to create new files, you can also create your own templates with it. Just search for NewDoc in AppStore. |
|||
|
|
|
There's a few third party tools that add that kind of functionality. The newest I've seen is Templates |
|||
|
|
