A terminal client for the Nanochat protocol
| assets | ||
| widgets/pager | ||
| .gitignore | ||
| command.go | ||
| display.go | ||
| event.go | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| protocol.go | ||
| README.md | ||
| script.go | ||
nanite
nanite is a terminal Nanochat client.
build
$ go build .
usage
$ ./nanite
usage: ./nanite host [port]
$ ./nanite very.real-server.com
keybindings:
Ctrl+C: quitCtrl+L: refresh screenCtrl+P: poll
commands:
/dial hostname: connect to server/hangup: disconnect/q,/quit: quit/nick [nickname]: change nick, if no arguments, show current nick/me: IRC/mealike/poll [seconds]: change polling interval, if no arguments, poll manually
won't support (yet)
- sixel (tried, it seems to be complicated to get it to work with Vaxis' pager widget)
