Skip to content

[legacy] Golang Arbor chat client, focuses on message tree visualization

License

Notifications You must be signed in to change notification settings

arborchat/pergola

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arbor

Arbor is an experimental chat protocol that models a conversation as a tree of messages instead of an ordered list. This means that the conversation can organically diverge into several conversations without the messages appearing interleaved.

You can get information about the Arbor project here.

This Repo

This is pergola, an Arbor client that focuses on visualizing the message tree.

Install with go get github.com/arborchat/pergola.

Run it with pergola <IPv4 Address>:<Port>.

It supports the following key bindings:

  • up/down to traverse the message history linearly
  • left/right to visit sibling messages of the current message
  • enter to compose a reply to the current message (enter again to send)
  • ctrl+c to quit

About

[legacy] Golang Arbor chat client, focuses on message tree visualization

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages