this repo has no description
32
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix demo GIF: no command swap, 50% slower, no cursor blink

Use a node alias instead of Ctrl+U so the command never visibly changes.
Set PlaybackSpeed 0.5 for a more readable pace. Hide the terminal cursor
via ANSI escape during the final linger so it doesn't blink.

alice 35c1c901 474cdcfb

+7 -7
assets/demo.gif

This is a binary file and will not be displayed.

+7 -7
demo.tape
··· 9 9 Set Width 1200 10 10 Set Height 600 11 11 Set TypingSpeed 50ms 12 + Set PlaybackSpeed 0.5 12 13 Set Shell "zsh" 13 14 14 15 Hide 16 + Type "alias node='sh data/browser-smoke/demo-replay.sh #'" 17 + Enter 18 + Sleep 300ms 15 19 Type "PS1='atproto-smoke $ '" 16 20 Enter 17 21 Sleep 300ms ··· 21 25 Show 22 26 23 27 Type "node bin/atproto-smoke.mjs run-dual --config config.json" 24 - Sleep 1s 25 - 26 - Hide 27 - Ctrl+U 28 - Type "sh data/browser-smoke/demo-replay.sh" 29 - Show 30 - 28 + Sleep 500ms 31 29 Enter 32 30 Sleep 120s 31 + 32 + Hide