kballard / textmate-bundles

git-svn clone of the TextMate Bundles repo

duff (author)
Sun Nov 15 11:02:04 -0800 2009
commit  1288dff0249edfc1d5d08adf17191fa0edff2304
tree    7f82bb361764691173ef44051489c1efe3456316
parent  1adbac784c4ced5cd36d19add35c1088fd33e3cf
textmate-bundles / Tools / TerminalMate
name age message
..
file ReadMe.markdown Wed Nov 01 07:30:20 -0800 2006 [FIXED] Sending input after you close a termina... [dharple]
directory Resources/ Tue Oct 31 12:34:00 -0800 2006 Added TerminalMate PlugIn. The Release build co... [dharple]
directory Sources/ Wed Nov 01 10:27:53 -0800 2006 Expand tilde in path. git-svn-id: http://macr... [dharple]
directory TerminalMate.xcodeproj/ Wed Nov 01 09:01:40 -0800 2006 Don't link against Growl.framework git-svn-id... [dharple]
directory Vendor/ Tue Oct 31 12:34:00 -0800 2006 Added TerminalMate PlugIn. The Release build co... [dharple]
Tools/TerminalMate/ReadMe.markdown

TerminalMate — The TextMate Terminal

TerminalMate is a terminal for TextMate. It is inspired by emacs's inferior-modes.

Installation

  1. Install TerminalMate.tmbundle
  2. Install TerminalMate.tmplugin

Usage

  1. Switch to a source mode currently supported (Ruby, Python, OCaml, Ruby on Rails, Shell, or Haskell)
  2. All key combinations are based off of ⌃⇧I.

TODOs

  1. Better handling of iTerm preferences
  2. Paste Selection (Silently)
  3. Use sessions (tabs) instead of new windows

Known Issues

  1. The iTerm Preferences window is in the “Window” menu, and not in the TextMate menu.

Download

News

0.2

  • Sending input after you close a terminal will now not crash TextMate.

0.1.2

  • TerminalMate will now change directories to TM_PROJECT_DIRECTORY if it is set
  • Added support for Rails and Shell modes

0.1.1

  • Growl is now dynamically loaded.

0.1

  • Initial release