miebach / evilvte

VTE based, highly customizable terminal emulator

Home Page:http://www.calno.com/evilvte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

evilvte

VTE based, highly customizable terminal emulator. Written by Wen-Yen Chuang

It supports almost everything VTE provides. It also supports tabs, automatic hiding of the tab bar, and the ability to switch encoding at runtime.

Configuration is done by editing the source code, especially src/config.h, and recompiling.

Some options can be changed via hotkeys or a menu, e.g. font size or encodings for each tab.

Requirements

sudo apt install pkg-config libvte-dev

Compilation

./configure
make
sudo make install

To remove the compiled binaries and all internediate files, this will clean the source directory back to its original state:

make distclean

About

VTE based, highly customizable terminal emulator

http://www.calno.com/evilvte


Languages

Language:C 89.3%Language:Shell 8.2%Language:Makefile 1.4%Language:Roff 1.1%