This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
Export TM_* Variables to Terminal.tmCommand | ||
| |
README.markdown |
README.markdown
TM-Terminal
defines a TextMate command called Export TM_* Variables to Terminal. This
command replicates the environment of the running TextMate instance and
injects it into a shell inside Terminal.app, together with some supporting
functionality. This setup creates a first approximation to a “TextMate REPL”,
which may be useful for debugging your own bundles or semi-related stuff, e.g.
for testing how commands would run with Rubinius as TM_RUBY.
All of this could be done from within TextMate itself, but I thought some people might prefer using their shell directly. I certainly do. ;-)
Installation
This project’s current incarnation contains a single .tmCommand file which can be installed simply by double-clicking it.
To install it from your shell:
cdto some directory, say~/Downloadsgit clone git://github.com/mkhl/tm-terminal.gitopen "tm-terminal/Export TM_* Variables to Terminal.tmCommand"








