https://github.com/larsbrinkhoff/pty-stdio
Redirect pseudo-terminal I/O to stdin and stdout
https://github.com/larsbrinkhoff/pty-stdio
pseudo-terminal stdio
Last synced: 2 months ago
JSON representation
Redirect pseudo-terminal I/O to stdin and stdout
- Host: GitHub
- URL: https://github.com/larsbrinkhoff/pty-stdio
- Owner: larsbrinkhoff
- Created: 2016-01-27T18:39:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T18:03:08.000Z (over 4 years ago)
- Last Synced: 2025-04-09T19:12:25.750Z (2 months ago)
- Topics: pseudo-terminal, stdio
- Language: C
- Size: 6.84 KB
- Stars: 15
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Start a program in a pseudo terminal, and redirect its input from
stdin, and output to stdout.Originally by Rachid Koucha: http://rkoucha.fr/tech_corner/pty_pdip.html