Remote Terminal v0.1.2

Remote Terminal uses SSH and RSync to help you to execute commands remotely as if you were running them locally.

For example, imagine that you are working on a C project on your local computer and you want to test it on a remote linux virtual machine. All you need to do is:

$ cd my_project
$ rt-config remote_machine_address username Projects/my_remote_folder

And now you can start sending commands:

$ rt ./configure
$ rt make
$ rt ./run_project

Requirements

Install

$ gem install remote-terminal

Contributing to Remote Terminal

Copyright © 2013 Ígor Bonadio. See LICENSE.txt for further details.