Skip to content

Lyca0n/wsui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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