Lyca0n / wsui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wsui

Features

  1. Prompt reconnect upon server temrinating connection
  2. Bookmark menu to list connections

Build sources

Download dependencies

go mod download

Build binary

go build || go build -o wsui.x

for Windows (make sure to include the flags or a termnal window will open alongside the app)

go build -ldflags -H=windowsgui

Example

About

License:MIT License


Languages

Language:Go 96.6%Language:Makefile 3.4%