Term.go is a simple, yet powerful ASCII terminal library for Go.
-
The easiest way to use term.go is by using go get
go get -u https://github.com/CiviledCode/term.go
, but you can manually clone the source too. -
For API usage, please refer to the
test
package, as the tests provide proper examples for every containing package.
- Contributions are welcome and encouraged, so if you come across an issue either create an issue or submit a new PR.