Mert
Mert is my own terminal based on VTE, a library implementing a terminal emulator widget for GTK+.
Master :
Develop :
Features
nothing
Installation
You can download the binaries :
Configuration
Configuration use toml format. File is located into $HOME/.config/mert/mert.toml
.
Example:
font = "Monospace 10"
[theme]
foreground = "#ffffff"
foreground_bold = "#ffffff"
background = "#000000"
cursor = "#999999"
palette = "#666666;#CC6699;#99CC66;#CC9966;#6699CC;#9966CC;#66CC99;#CCCCCC;#999999;#FF99CC;#CF062B;#CCFF99;#FFCC99;#99CCFF;#CC99FF;#99FFCC;#FFFFFF"
Development
-
Initialize environment
$ make init
-
Build tool :
$ make build
-
Launch unit tests :
$ make test
Contributing
See CONTRIBUTING.
License
See LICENSE for the complete license.
Changelog
A changelog is available
Nicolas Lamirault nicolas.lamirault@gmail.com