Skip to content

Instantly share code, notes, and snippets.

@dewomser
Last active March 25, 2025 09:29
Show Gist options
  • Save dewomser/5fe55672be7b5fb559991a545844133d to your computer and use it in GitHub Desktop.
Save dewomser/5fe55672be7b5fb559991a545844133d to your computer and use it in GitHub Desktop.
Terminal-Eingaben mitschneiden und Gif-Animation

Terminal mitschneiden

Achtung ! "vhs" scheint besser zu funktionieren als "asciinema"

asciinema rec demo.cas && agg demo.cas first.gif

So eine Art Schreibmaschine

fÜr eine Präsentation zum mitlesen

echo "Lolo is a dancer" | pv -qL 5

Prompt ändern

für eine Präsentation

PS1="lolo > "

Info

https://asciinema.org/

https://github.com/charmbracelet/vhs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment