lp:~nicolasr/terminator/clonable

Created by Nicolas Roman and last modified

"Cloning" is splitting a terminator while propagating the command that was given on the command line to the newly created terminator. For instance, suppose you start this command : terminator -e ssh me@myhomecomputer. Whenever you clone, you'll get a new ssh connexion to myhomecomputer.
The idea came to me because I wanted to use Terminator with sshmenu applet (http://sshmenu.sourceforge.net/).

Get this branch:
bzr branch lp:~nicolasr/terminator/clonable
Only Nicolas Roman can upload to this branch. If you are Nicolas Roman please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Nicolas Roman
Project:
Terminator
Status:
Mature

Recent revisions

628. By Nicolas Roman <nicolasr@abcdebian>

Added menu items to clone horizontally and vertically

627. By Nicolas Roman <nicolasr@abcdebian>

Add cloning capabilities, vertically and horizontally.

626. By Chris Jones <cmsj@kodachi>

place the keybinding editor inside a gtk.ScrolledWindow for the pixel-poor

625. By Chris Jones <cmsj@kodachi>

remove reference to obsolete sighup function

624. By Chris Jones <cmsj@kodachi>

when we remove a terminal we should remove the vte widget and remove the reference to it from the TerminatorTerm object. It's likely we are still leaking other gtk objects, but that is considerably less important than leaking vte.Terminal objects and thus child processes

623. By Chris Jones <cmsj@kodachi>

turns out that we are somehow sucking at unreferencing our objects, so we need to start tightening these things up. stop calling destroy() on anything other than toplevels, it makes no sense. Don't send the sighup, only because I want to track this down properly.

622. By Chris Jones <cmsj@kodachi>

completely remove the config file monitoring, as it has too much potential for failure and very little win to offer in return

621. By Chris Jones <cmsj@kodachi>

fix a print to be a dbg() and disable inotify watching of the config file, it seemingly having some problems

620. By Chris Jones <cmsj@kodachi>

Fix bug reported by Kees Cook - when in grouped mode, pasting did not apply to all grouped terms

619. By Thomas Hurst

Send an explicit sighup from closeterm()

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.