General Question

oddrax's avatar

How to open Textmate for a .java document since the begining?

Asked by oddrax (145points) April 25th, 2008

I want to know how can I make Textmate open and instead of starting with a .text startring in a .java

Observing members: 0 Composing members: 0

1 Answer

paulc's avatar

You can’t do that with TextMate as far as I know. You could, however make a shell script that does something like:

touch $1.java
mate $1.java

Where $1 is the path and file name passed as an argument (eg: `./script.sh Class`)

Answer this question

Login

or

Join

to answer.

This question is in the General Section. Responses must be helpful and on-topic.

Your answer will be saved while you login or join.

Have a question? Ask Fluther!

What do you know more about?
or
Knowledge Networking @ Fluther