Is there a TextMate Plugin that provides a simple shell window within the editor window? I use the "Missing Drawer" plugin, which replaces the built-in project drawer, so i guess that it is basically possible to build such a thing. But is something like this out there?
|
feedback
|
|
I guess if you didn't find it via Google you won't find it here. I've never seen such a plugin but there's a command to open a new Terminal.app window in the directory of the active file: ⌃⇧O I think it's part of the shell scripting bundle. | |||
feedback
|
|
If you are actually writing something for the shell... which is presumably and presumptuously why you want the shell.. Cmd+R will RUN your command/script! Sorry if this is obvious.. but I use it all the time, and hadn't been aware of the fact until recently that this was possible.. It is also context aware, and semi-smartly "runs" whatever is "appropriate" for the type of "document" on which you are "working on". Edit: Since you want to stay "in" Textmate, but still have access to a real shell, I recommend Visor or dTerm - both of which will handle the job, with easy. Personally, I like Visor.
| ||||
feedback
|
