Thread overview
Terminix 0.51.0 Released
Feb 27, 2016
Gerald
Feb 27, 2016
Stefan Koch
Feb 28, 2016
xky
Feb 28, 2016
karabuta
Feb 28, 2016
Gerald
Feb 28, 2016
Mike Wey
Feb 29, 2016
Gerald
Feb 29, 2016
Dejan Lekic
Feb 29, 2016
Gerald
February 27, 2016
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
February 27, 2016
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.
February 28, 2016
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! ]:-)
February 28, 2016
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?


February 28, 2016
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.


February 28, 2016
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
February 29, 2016
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.


February 29, 2016
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.
February 29, 2016
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.