Description
Latency testing for terminal apps can use ttylag to simulate laggy SSH, flaky 3G, or slow serial links locally. It helps developers see how command-line interfaces behave when input and output are delayed.
Run `ttylag` around local terminal programs you want to test. It deliberately slows interaction, so avoid wrapping production commands where delay could cause mistakes.