Home

Awesome

WailsTerm

Simple translucent terminal app build with Golang + WebKit + Vanilla JS + Websockets and powered by Wails 2 + Xterm.js

img.png

Features

TODO:

Configuration

Config is located at ~/.config/wailsterm/config.yaml for Linux/macOS, and %AppData%/wailsterm/config.yaml for Windows.

Config is created and fill with default values at first launch.

This is default config example:

version: 1
application:
    single_instance: true # if set to `true`, only one instance of app can run at time
shell:
    path: /usr/bin/env
    args:
        - /bin/zsh
        - --login
    envs:
        - name: TERM
          value: xterm-256color
        - name: LC_CTYPE
          value: UTF-8
window:
    theme: auto # auto | light | dark
    size:
        width: 600
        height: 400
terminal:
    theme: OneHalf # OneHalf
    font:
        family: FiraCode # FiraCode
        size: 15
        weight: 400
        weight_bold: 600

Supported OS

Build

wails build -clean

or

wails dev

License

This project licensed under Mozilla Public License Version 2.0, full version on license you can view at LICENSE