1
0
Fork
You've already forked egire
0
a wire tui client written in Go using the bubbletea framework
  • Go 100%
2026年07月12日 14:41:55 -05:00
cmd update 2026年04月07日 20:42:53 -05:00
wire init 2026年04月03日 15:59:36 -05:00
.gitignore gitignore 2026年04月03日 19:41:31 -05:00
go.mod init 2026年04月03日 15:59:36 -05:00
go.sum init 2026年04月03日 15:59:36 -05:00
main.go fix typo 2026年07月12日 14:41:55 -05:00
README.md Update README.md 2026年04月07日 16:47:47 +02:00

egire

a wire tui client written in Go using the bubbletea framework

specifications

  • can be described as L0
  • is a tui

client-side features

  • MSG command interpreting into name, payload
    this can be done by taking the server's MSG, and extracting uid=... and the payload
    egire takes the uid and asks the server WHO uid=..., then extracts the name=... from the message
    sadly, i havent figured out a good way to implement it just yet.

L1 features

  • markdown
  • inline markdown
  • typing state
    *i think i can do this with a gorountine checking if there is input