My mirror of the Barnard terminal client for Mumble.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Tim Cooper ae15ac7054 add default key bindings to README il y a 6 ans
uiterm move barnard main package to package root il y a 6 ans
LICENSE relicense as GPLv2 il y a 6 ans
README.md add default key bindings to README il y a 6 ans
barnard.go move barnard main package to package root il y a 6 ans
client.go move barnard main package to package root il y a 6 ans
doc.go move barnard main package to package root il y a 6 ans
main.go move barnard main package to package root il y a 6 ans
ui.go move barnard main package to package root il y a 6 ans
ui_tree.go move barnard main package to package root il y a 6 ans

README.md

barnard

barnard is a terminal-based client for the Mumble voice chat software.

Screenshot

Installation

Requirements:

  1. Go
  2. Git
  3. Opus development headers
  4. OpenAL development headers

To fetch and build:

go get -u layeh.com/barnard

After running the command above, barnard will be compiled as $(go env GOPATH)/bin/barnard.

Manual

Key bindings

  • F1: toggle voice transmission
  • Ctrl+L: clear chat log
  • Tab: toggle focus between chat and user tree
  • Page Up: scroll chat up
  • Page Down: scroll chat down
  • Home: scroll chat to the top
  • End: scroll chat to the bottom
  • F10: quit

License

GPLv2

Author

Tim Cooper (tim.cooper@layeh.com)