Skip to content

Commit 8854170

Browse files
authored
Revise README content and add demo section
Updated README to enhance clarity and added demo section.
1 parent 8b2ea15 commit 8854170

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
A 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
138138
ttylag --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

274278
Most users can ignore this flag entirely.
275279

276-
## License
280+
## License and attribution
277281

278282
MIT License - see [LICENSE](LICENSE) for details.
283+
284+
(c) 2026 Conny Brunnkvist <cbrunnkvist@gmail.com>

0 commit comments

Comments
 (0)