www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Terminix 0.51.0 Released

reply Gerald <gerald.b.nunn gmail.com> writes:
Terminix is a tiling Linux terminal emulator I've been working on 
designed for the Gnome 3 environment and using GtkD. This newest 
release fixes a number of bugs and adds some new features. I'm 
announcing it here primarily for D programmers interested in 
development using GtkD since this might be useful as a real world 
GtkD program that exercises a significant percentage of the GTK 
API. Also, if anyone wants to contribute to the effort I'm always 
looking for help.

Terminix can be found here: https://github.com/gnunn1/terminix
Feb 27 2016
next sibling parent Stefan Koch <uplink.coder googlemail.com> writes:
On Saturday, 27 February 2016 at 23:13:47 UTC, Gerald wrote:
 Terminix is a tiling Linux terminal emulator I've been working 
 on designed for the Gnome 3 environment and using GtkD. This 
 newest release fixes a number of bugs and adds some new 
 features. I'm announcing it here primarily for D programmers 
 interested in development using GtkD since this might be useful 
 as a real world GtkD program that exercises a significant 
 percentage of the GTK API. Also, if anyone wants to contribute 
 to the effort I'm always looking for help.

 Terminix can be found here: https://github.com/gnunn1/terminix
Looks good. Great work.
Feb 27 2016
prev sibling next sibling parent xky <mozirikan gmail.com> writes:
On Saturday, 27 February 2016 at 23:13:47 UTC, Gerald wrote:
 Terminix is a tiling Linux terminal emulator I've been working 
 on designed for the Gnome 3 environment and using GtkD. This 
 newest release fixes a number of bugs and adds some new 
 features. I'm announcing it here primarily for D programmers 
 interested in development using GtkD since this might be useful 
 as a real world GtkD program that exercises a significant 
 percentage of the GTK API. Also, if anyone wants to contribute 
 to the effort I'm always looking for help.

 Terminix can be found here: https://github.com/gnunn1/terminix
pretty good! ]:-)
Feb 27 2016
prev sibling next sibling parent reply karabuta <karabutaworld gmail.com> writes:
On Saturday, 27 February 2016 at 23:13:47 UTC, Gerald wrote:
 Terminix is a tiling Linux terminal emulator I've been working 
 on designed for the Gnome 3 environment and using GtkD. This 
 newest release fixes a number of bugs and adds some new 
 features. I'm announcing it here primarily for D programmers 
 interested in development using GtkD since this might be useful 
 as a real world GtkD program that exercises a significant 
 percentage of the GTK API. Also, if anyone wants to contribute 
 to the effort I'm always looking for help.

 Terminix can be found here: https://github.com/gnunn1/terminix
Sweet! Hope you will announce it in the elementary, Ubuntu and Linux G+ community, right?
Feb 28 2016
parent Gerald <gerald.b.nunn gmail.com> writes:
On Sunday, 28 February 2016 at 15:27:29 UTC, karabuta wrote:
 Sweet! Hope you will announce it in the elementary, Ubuntu and 
 Linux G+ community, right?
Thanks, yep it's already been announced in most of those places by one of my more enthusiastic users, just couldn't remember if I'd done it here or not.
Feb 28 2016
prev sibling next sibling parent reply Mike Wey <mike-wey example.com> writes:
On 02/28/2016 12:13 AM, Gerald wrote:
 Terminix is a tiling Linux terminal emulator I've been working on
 designed for the Gnome 3 environment and using GtkD. This newest release
 fixes a number of bugs and adds some new features. I'm announcing it
 here primarily for D programmers interested in development using GtkD
 since this might be useful as a real world GtkD program that exercises a
 significant percentage of the GTK API. Also, if anyone wants to
 contribute to the effort I'm always looking for help.

 Terminix can be found here: https://github.com/gnunn1/terminix
Great work. -- Mike Wey
Feb 28 2016
parent Gerald <gerald.b.nunn gmail.com> writes:
On Sunday, 28 February 2016 at 22:33:23 UTC, Mike Wey wrote:
 Great work.
Thanks Mike, coming from you that's a real compliment. I really appreciate all your work on GtkD and the support you've given me in answering questions and dealing with issues.
Feb 28 2016
prev sibling parent reply Dejan Lekic <dejan.lekic gmail.com> writes:
Brilliant application! Well-done!

May I ask for a feature? (Maybe it is already planned) - Can we 
please have tabs (could be simple Toggle Buttons) in each 
terminal? There is plenty of space between the "0: Terminal 1" 
and "+ x" in each of the terminals. That space could be used for 
tabs I humbly believe.
Feb 29 2016
parent Gerald <gerald.b.nunn gmail.com> writes:
On Monday, 29 February 2016 at 12:04:33 UTC, Dejan Lekic wrote:
 Brilliant application! Well-done!

 May I ask for a feature? (Maybe it is already planned) - Can we 
 please have tabs (could be simple Toggle Buttons) in each 
 terminal? There is plenty of space between the "0: Terminal 1" 
 and "+ x" in each of the terminals. That space could be used 
 for tabs I humbly believe.
I replied to the issue you opened, the short answer is that Terminix uses the concept of sessions instead of tabs and I don't have any plans to add further levels of nesting at this time, sorry.
Feb 29 2016