| Crates.io | ttydo |
| lib.rs | ttydo |
| version | 0.2.0 |
| created_at | 2022-12-31 21:09:40.214562+00 |
| updated_at | 2024-09-22 00:52:53.247577+00 |
| description | Run a process with a pseudo-terminal. Useful for running screen-based programs in scripts |
| homepage | https://github.com/adam-gaia/ttydo |
| repository | https://github.com/adam-gaia/ttydo |
| max_upload_size | |
| id | 748579 |
| size | 40,939 |
Run a process, forcing allocation of a tty.
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