New Show Hacker News story: Show HN: Teetty: a CLI tool to remote control a program running in a terminal

Show HN: Teetty: a CLI tool to remote control a program running in a terminal
3 by the_mitsuhiko | 0 comments on Hacker News.
I needed to remote control a program (and read it’s output) while that tool should still be fully interactive for the user. Obviously there are things like tmux and more but they emulate an entire terminal. This is simpler in that it just sets up a pty and basic pipes or files to send stuff in and read from it.

Comments

Popular posts from this blog

New Show Hacker News story: Show HN: Sora, Personal Publishing Platform

New Show Hacker News story: Show HN: KrotoDC – gRPC in Kotlin with Dataclasses