digitalmars.D.announce - Tilix 1.5.8 released
- Gerald (33/33) May 23 2017 Tilix 1.5.8 is now available with a number of new features and
- Andrea Fontana (3/5) May 24 2017 It seems that package on webupd8 is still on 1.5.4
- Gerald (3/4) May 24 2017 Unfortunately I do not maintain the packages, best course of
- angel (1/1) May 24 2017 Simply the best !
- Juanjo Alvarez (7/8) May 25 2017 I concur. I've been playing with several terminal emulators these
- colin (6/40) May 26 2017 How difficult would it be to get osx support?
- Gerald (7/10) May 26 2017 In theory it could work but I have no experience with GTK in OSX
Tilix 1.5.8 is now available with a number of new features and bug fixes. For those unfamiliar with Tilix, it is a tiling terminal emulator for Linux written in D using GTK3. It attempts to follow the Gnome Human Interface Guidelines as closely as possible. More information about Tilix is available here: https://gnunn1.github.io/tilix-web One word of caution, this version of Tilix has been upgraded to using PCRE2 for regular expressions when the VTE version indicates it is supported. Unfortunately Ubuntu 17.10 removed this functionality from VTE and hence Tilix is broken on 17.10 until Ubuntu patches Tilix in their distribution. See issue https://github.com/gnunn1/tilix/issues/916) for more information. Other notable changes for this release include: * Can detach sessions by dragging them off the sidebar to the desktop. Can re-attach sessions by dragging them from the sidebar to another tilix window * Can re-order sessions via drag and drop in sidebar or by using ctrl-pgup or ctrl-pagedn * If ctrl-c is assigned to the copy shortcut, tilix is smart enough to only copy when text is selected otherwise normal interrupt is passed * Window state is now restored on new launch, i.e. if window is maximized and closed it will be maximized when new instance is launched * Added new variable for titles at session scope for active terminal title * Added support for GTK active CSS style to enable better styling of terminal titlebars As always, any D developers interested in contributing to Tilix are more then welcome to do so. Feel free to contact me if interested.
May 23 2017
On Tuesday, 23 May 2017 at 23:35:22 UTC, Gerald wrote:Tilix 1.5.8 is now available with a number of new features and bug fixes.It seems that package on webupd8 is still on 1.5.4 Andrea
May 24 2017
On Wednesday, 24 May 2017 at 07:25:56 UTC, Andrea Fontana wrote:It seems that package on webupd8 is still on 1.5.4Unfortunately I do not maintain the packages, best course of action would be to drop them a line asking them to update it.
May 24 2017
On Wednesday, 24 May 2017 at 10:16:39 UTC, angel wrote:Simply the best !I concur. I've been playing with several terminal emulators these last few weeks and Tilix was the only one combining features, unicode and full color range with speed and not being to CPU and memory hungry; for example Konsole that was the one I've been using these last years was almost always at the top 5 of CPU and memory usage when doing a "top", Tilix usually wayy below.
May 25 2017
On Tuesday, 23 May 2017 at 23:35:22 UTC, Gerald wrote:Tilix 1.5.8 is now available with a number of new features and bug fixes. For those unfamiliar with Tilix, it is a tiling terminal emulator for Linux written in D using GTK3. It attempts to follow the Gnome Human Interface Guidelines as closely as possible. More information about Tilix is available here: https://gnunn1.github.io/tilix-web One word of caution, this version of Tilix has been upgraded to using PCRE2 for regular expressions when the VTE version indicates it is supported. Unfortunately Ubuntu 17.10 removed this functionality from VTE and hence Tilix is broken on 17.10 until Ubuntu patches Tilix in their distribution. See issue https://github.com/gnunn1/tilix/issues/916) for more information. Other notable changes for this release include: * Can detach sessions by dragging them off the sidebar to the desktop. Can re-attach sessions by dragging them from the sidebar to another tilix window * Can re-order sessions via drag and drop in sidebar or by using ctrl-pgup or ctrl-pagedn * If ctrl-c is assigned to the copy shortcut, tilix is smart enough to only copy when text is selected otherwise normal interrupt is passed * Window state is now restored on new launch, i.e. if window is maximized and closed it will be maximized when new instance is launched * Added new variable for titles at session scope for active terminal title * Added support for GTK active CSS style to enable better styling of terminal titlebars As always, any D developers interested in contributing to Tilix are more then welcome to do so. Feel free to contact me if interested.How difficult would it be to get osx support? I haven't looked at the source code at all so forgive the potentially stupid question. Also, looking​ at the screens - it looks very like tmux - is there any integration there?
May 26 2017
On Friday, 26 May 2017 at 07:26:21 UTC, colin wrote:How difficult would it be to get osx support?In theory it could work but I have no experience with GTK in OSX to say how feasible it is.Also, looking​ at the screens - it looks very like tmux - is there any integration there?Not at the moment, there is an open issue for it. I'd like to do it but I don't use tmux and the lack of documentation around control doesn't help. https://github.com/gnunn1/tilix/issues/480
May 26 2017