ttydo

Crates.iottydo
lib.rsttydo
version0.2.0
sourcesrc
created_at2022-12-31 21:09:40.214562
updated_at2024-09-22 00:52:53.247577
descriptionRun a process with a pseudo-terminal. Useful for running screen-based programs in scripts
homepagehttps://github.com/adam-gaia/ttydo
repositoryhttps://github.com/adam-gaia/ttydo
max_upload_size
id748579
size40,939
Adam Gaia (adam-gaia)

documentation

https://github.com/adam-gaia/ttydo

README

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
Commit count: 50

cargo fmt