Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kr/pty
PTY interface for Go
https://github.com/kr/pty
Last synced: 2 months ago
JSON representation
PTY interface for Go
- Host: GitHub
- URL: https://github.com/kr/pty
- Owner: kr
- License: mit
- Archived: true
- Fork: true (creack/pty)
- Created: 2019-07-02T01:53:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T03:16:37.000Z (over 5 years ago)
- Last Synced: 2024-10-29T19:58:40.153Z (3 months ago)
- Language: Go
- Homepage: https://godoc.org/github.com/creack/pty
- Size: 47.9 KB
- Stars: 21
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - pty - :white_check_mark: Pty is a Go package for using unix pseudo-terminals. (Library)
README
# pty
This Go module has moved to .
Existing clients will continue to work.
New clients should use the new module import path
`github.com/creack/pty`.