https://github.com/golang/term
Go terminal and console support
https://github.com/golang/term
Last synced: 9 months ago
JSON representation
Go terminal and console support
- Host: GitHub
- URL: https://github.com/golang/term
- Owner: golang
- License: bsd-3-clause
- Created: 2015-11-18T04:02:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T19:59:16.000Z (9 months ago)
- Last Synced: 2025-03-25T10:01:38.044Z (9 months ago)
- Language: Go
- Size: 83 KB
- Stars: 287
- Watchers: 15
- Forks: 58
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Go terminal/console support
[](https://pkg.go.dev/golang.org/x/term)
This repository provides Go terminal and console support packages.
## Report Issues / Send Patches
This repository uses Gerrit for code changes. To learn how to submit changes to
this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/term.
The main issue tracker for the term repository is located at
https://go.dev/issues. Prefix your issue with "x/term:" in the
subject line, so it is easy to find.