From 84e19e555953a31f491f618a80a087d2c44fa45f Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 2 May 2017 23:25:34 +0100 Subject: [PATCH] add circle --- supporting-docs/projects/2017-05-02-circle.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 supporting-docs/projects/2017-05-02-circle.md diff --git a/supporting-docs/projects/2017-05-02-circle.md b/supporting-docs/projects/2017-05-02-circle.md new file mode 100644 index 00000000..5cde4a94 --- /dev/null +++ b/supporting-docs/projects/2017-05-02-circle.md @@ -0,0 +1,18 @@ +--- +layout: project +title: Circle +description: A thin client and server for group chat, supporting IRC & Matrix +categories: projects client +author: LeoNerd +maturity: Beta +--- + +# {{ page.title }} +Circle is an IRC & Matrix 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. + +![image](http://www.leonerd.org.uk/code/circle/circle-two-fes.png) + +Get the code from [LeoNerd's Bazaar](http://www.leonerd.org.uk/code/circle/obtain.html).