feat: update readme with gif

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-01-07 15:25:38 +01:00
parent 1de13de61b
commit b308c5b123
10 changed files with 442 additions and 0 deletions

33
assets/demo.tape Normal file
View File

@@ -0,0 +1,33 @@
# VHS script for noprocess demo
# https://github.com/charmbracelet/vhs
Output assets/demo.gif
Set Shell "bash"
Set FontSize 14
Set Width 800
Set Height 400
Set Theme "Catppuccin Mocha"
Type "# noprocess - process lifecycle management for Rust"
Enter
Sleep 1s
Type "# Let's run the pipeline example"
Enter
Sleep 500ms
Type "cargo run --bin pipeline"
Enter
Sleep 8s
Type ""
Enter
Sleep 500ms
Type "# Producer sends data, consumer processes it"
Enter
Type "# Graceful shutdown drains the queue"
Enter
Sleep 2s