Terminal emulator based on VTE library with Lua scripting
# dnf -y install cmake gcc gtk+ vte291 vte291-devel lua lua-devel
# apt-get install -y gcc cmake lua5.4-dev libgtk-3-dev libvte-2.91 gettext
Download, configure, build and install
$ git clone https://github.com/nonstop/termit.git
$ cd termit
$ cmake -DCMAKE_BUILD_TYPE=Release .
$ make
$ sudo make install