circle-be
server backend for the Circle IRC client
Install
- All systems
-
curl cmd.cat/circle-be.sh
- Debian
-
apt-get install circle-backend
- Ubuntu
-
apt-get install circle-backend
- Kali Linux
-
apt-get install circle-backend
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install circle-backend
- Dockerfile
- dockerfile.run/circle-be
circle-backend
server backend for the Circle IRC client
Circle is an IRC client which merges the best attributes of a local client and the common screen+irssi recipe: * Keep IRC connects and state on a backend server, allowing disconnections from local UI. * Interact with a real local GUI for the frontend, instead of incurring SSH roundtrips for every keypress. Circle uses Tangence for its underlying communications layer. This package is meant to be used together with a package providing a user-facing frontend, e.g. circle-term or circle-gtk.