Prepare for 0.3 release
This commit is contained in:
parent
eb69c51862
commit
95091f715e
2
README
2
README
|
@ -5,6 +5,8 @@ This is a little python script to give me lots of terminals in a single window,
|
||||||
|
|
||||||
Right now it will create four terminals in a single window and they will (to some degree) mirror the settings of your default gnome-terminal profile in gconf. Eventually this will be extended and improved to offer profile selection per-terminal, configuration thereof and the ability to alter the number of terminals and save meta-profiles.
|
Right now it will create four terminals in a single window and they will (to some degree) mirror the settings of your default gnome-terminal profile in gconf. Eventually this will be extended and improved to offer profile selection per-terminal, configuration thereof and the ability to alter the number of terminals and save meta-profiles.
|
||||||
|
|
||||||
|
NOTE: I only use it with bash as my shell. It appears to cause zsh to segfault, if that is your flavour of choice. See https://bugs.launchpad.net/terminator/+bug/129104
|
||||||
|
|
||||||
You can create more terminals by right clicking on one and choosing to split it vertically or horizontally. You can get rid of a terminal by right clicking on it and choosing Close
|
You can create more terminals by right clicking on one and choosing to split it vertically or horizontally. You can get rid of a terminal by right clicking on it and choosing Close
|
||||||
|
|
||||||
One other obvious gotcha - I am experimenting a bit with the URL matching, so at the moment you can match just the domain or the full URL. Let me know if you love/hate this.
|
One other obvious gotcha - I am experimenting a bit with the URL matching, so at the moment you can match just the domain or the full URL. Let me know if you love/hate this.
|
||||||
|
|
|
@ -2,6 +2,8 @@ terminator (0.3-1) gutsy; urgency=low
|
||||||
|
|
||||||
* Implemented terminal closing, which correctly reparents its sibling (if
|
* Implemented terminal closing, which correctly reparents its sibling (if
|
||||||
any)
|
any)
|
||||||
|
* Updated documentation to reflect a serious bug with shells that aren't
|
||||||
|
bash (or at least zsh)
|
||||||
|
|
||||||
-- Chris Jones <cmsj@tenshu.net> Sun, 29 Jul 2007 17:48:13 +0100
|
-- Chris Jones <cmsj@tenshu.net> Sun, 29 Jul 2007 17:48:13 +0100
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ Source: terminator
|
||||||
Section: optional
|
Section: optional
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Chris Jones <cmsj@tenshu.net>
|
Maintainer: Chris Jones <cmsj@tenshu.net>
|
||||||
Build-Depends: cdbs, debhelper (>= 5), python
|
Build-Depends: cdbs, debhelper (>= 5), python, python-vte
|
||||||
Standards-Version: 3.7.2
|
Standards-Version: 3.7.2
|
||||||
|
|
||||||
Package: terminator
|
Package: terminator
|
||||||
|
|
Loading…
Reference in New Issue