a wire tui client written in Go using the bubbletea framework
- Go 100%
| cmd | update | |
| wire | init | |
| .gitignore | gitignore | |
| go.mod | init | |
| go.sum | init | |
| main.go | fix typo | |
| README.md | Update README.md | |
egire
a wire tui client written in Go using the bubbletea framework
specifications
- can be described as
L0 - is a tui
client-side features
MSGcommand interpreting intoname, payload
this can be done by taking the server'sMSG, and extractinguid=...and the payload
egire takes the uid and asks the serverWHO uid=..., then extracts thename=...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