File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33A userspace PTY wrapper that simulates laggy/slow network connections for local terminal applications.
44
5- Make any local terminal app feel like it's running over SSH on a bad connection, a 9600 baud serial line, or a flaky mobile network.
5+ Make any local terminal app feel like it's running over SSH on a bad connection, a 9600 baud serial line, or a flaky mobile network.
66
7- ** Author: ** Conny Brunnkvist < cbrunnkvist@gmail.com >
7+ Add some _ slack _ to both your standard output _ and _ standard input, today! ( [ demo ] ( #demo ) )
88
99## Installation
1010
@@ -138,6 +138,10 @@ ttylag --rtt 100ms --frame 40ms --chunk 32 -- bash
138138ttylag --rtt 200ms --jitter 50ms --seed 12345 -- bash
139139```
140140
141+ ### Demo
142+
143+ [ ![ asciicast] ( https://asciinema.org/a/781701.svg )] ( https://asciinema.org/a/781701 )
144+
141145## How It Works
142146
143147```
@@ -273,6 +277,8 @@ ttylag --serial 9600 --bits-per-byte 10 -- my-app
273277
274278Most users can ignore this flag entirely.
275279
276- ## License
280+ ## License and attribution
277281
278282MIT License - see [ LICENSE] ( LICENSE ) for details.
283+
284+ (c) 2026 Conny Brunnkvist < cbrunnkvist@gmail.com >
You can’t perform that action at this time.
0 commit comments