https://github.com/chara-x/pty
Partial implementation of go `pty` package
https://github.com/chara-x/pty
pty tty
Last synced: 6 months ago
JSON representation
Partial implementation of go `pty` package
- Host: GitHub
- URL: https://github.com/chara-x/pty
- Owner: Chara-X
- Created: 2024-08-15T10:04:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-27T20:11:54.000Z (6 months ago)
- Last Synced: 2025-03-27T21:25:20.602Z (6 months ago)
- Topics: pty, tty
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pty
## Reference
[Linux PTY - How docker attach and docker exec Commands Work Inside](https://iximiuz.com/en/posts/linux-pty-what-powers-docker-attach-functionality/)