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?
|
feedback
|
|
This uses TextMate's If it's not installed, go to TextMate > Help > Terminal Usage.
| |||||
feedback
|
|
How about the unix approach of creating an empty file with It could be done in a script, and passed to an application. | |||
|
feedback
|
|
You can write this in the terminal:
Or as a script:
| |||||||
feedback
|
|
Traditional on the shell is to use the in C:
in Perl:
in Tcl:
| |||
|
feedback
|
|
There's a few third party tools that add that kind of functionality. The newest I've seen is Templates | |||
|
feedback
|
|
There is another to create new files, you can also create your own templates with it. Just search for NewDoc in AppStore. | |||
|
feedback
|
