A terminal client for the Nanochat protocol
Find a file
2025-10-12 13:39:47 -03:00
widgets/pager first working commit 2025-10-11 20:20:36 -03:00
.gitignore first working commit 2025-10-11 20:20:36 -03:00
command.go add STAT command and readme stuff 2025-10-12 13:39:47 -03:00
display.go add STAT command and readme stuff 2025-10-12 13:39:47 -03:00
event.go add STAT command and readme stuff 2025-10-12 13:39:47 -03:00
go.mod first working commit 2025-10-11 20:20:36 -03:00
go.sum first working commit 2025-10-11 20:20:36 -03:00
main.go add STAT command and readme stuff 2025-10-12 13:39:47 -03:00
README.md add STAT command and readme stuff 2025-10-12 13:39:47 -03:00

nanite

nanite is a terminal Nanochat client.

build

$ go build .

usage

$ ./nanite
usage: ./nanite host [port]
$ ./nanite very.real-server.com

keybindings:

  • Ctrl+C: quit
  • Ctrl+L: refresh screen
  • Ctrl+P: poll

commands:

  • /q, /quit: quit
  • /nick [nickname]: change nick, if no arguments, show current nick
  • /me [is listening to music]: IRC /me alike
  • /poll [n]: change polling interval, if no arguments, poll manually