#pty #tty #pseudo-terminal #terminal

nightly app ttydo

Run a process with a pseudo-terminal. Useful for running screen-based programs in scripts

2 unstable releases

0.2.0 Sep 22, 2024
0.1.1 Dec 31, 2022

#870 in Command line utilities

21 downloads per month

Custom license

17KB
79 lines

ttydo

Run a process, forcing allocation of a tty.

Usage

Take any command and preffix with a call to ttydo. This is similar to ssh's -t flag.

$ ttydo -- echo 'running with a pty'
running with a pty

Dependencies

~11–23MB
~350K SLoC