Skip to content
forked from nonstop/termit

terminal emulator based on VTE library with Lua scripting

License

Notifications You must be signed in to change notification settings

SwissalpS/termit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

termit

Terminal emulator based on VTE library with Lua scripting

Installation Instructions

General guide

Prepare dependancies

fedora

# dnf -y install cmake gcc gtk+ vte291 vte291-devel lua lua-devel

ubuntu

# apt-get install -y gcc cmake lua5.4-dev libgtk-3-dev libvte-2.91 gettext

build

Download, configure, build and install

$ git clone https://github.com/nonstop/termit.git
$ cd termit
$ cmake -DCMAKE_BUILD_TYPE=Release .
$ make
$ sudo make install

About

terminal emulator based on VTE library with Lua scripting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

  • C 89.6%
  • CMake 6.9%
  • Lua 2.0%
  • Shell 1.5%