My mirror of the Barnard terminal client for Mumble.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 年之前
9 年之前
9 年之前
9 年之前
9 年之前
9 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # barnard
  2. barnard is a terminal-based client for the [Mumble](https://mumble.info) voice
  3. chat software.
  4. ![Screenshot](https://i.imgur.com/B8ldT5k.png)
  5. ## Installation
  6. Requirements:
  7. 1. [Go](https://golang.org/)
  8. 2. [Git](https://git-scm.com/)
  9. 3. [Opus](https://opus-codec.org/) development headers
  10. 4. [OpenAL](http://kcat.strangesoft.net/openal.html) development headers
  11. To fetch and build:
  12. go get -u layeh.com/barnard
  13. After running the command above, `barnard` will be compiled as `$(go env GOPATH)/bin/barnard`.
  14. ## Manual
  15. ### Key bindings
  16. - <kbd>F1</kbd>: toggle voice transmission
  17. - <kbd>Ctrl+L</kbd>: clear chat log
  18. - <kbd>Tab</kbd>: toggle focus between chat and user tree
  19. - <kbd>Page Up</kbd>: scroll chat up
  20. - <kbd>Page Down</kbd>: scroll chat down
  21. - <kbd>Home</kbd>: scroll chat to the top
  22. - <kbd>End</kbd>: scroll chat to the bottom
  23. - <kbd>F10</kbd>: quit
  24. ## License
  25. GPLv2
  26. ## Author
  27. Tim Cooper (<tim.cooper@layeh.com>)