#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

#859 in Command line utilities

Download history 210/week @ 2024-09-18 40/week @ 2024-09-25 11/week @ 2024-10-02

261 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
~345K SLoC