ZUSE IRC Terminal Client
ZUSE is a sleek, minimal IRC client for your terminal. Built with Go and powered by the elegant Bubble Tea framework. Chat faster, cleaner, and without distractions right from your terminal.
Installation
go install github.com/babycommando/zuse@latest
Build from Source
Get and build:
git clone https://github.com/yourusername/zuse.git cd zuse go mod tidy go build -o zuse # or zuse.exe on Windows
Add the compiled file to your system PATH
Usage
Open a fresh terminal and type:
... continue reading