Skip to content

Instantly share code, notes, and snippets.

@ku1ik
Last active January 30, 2024 08:26
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ku1ik/514860f60d01ed9218be4ede51a33887 to your computer and use it in GitHub Desktop.
Save ku1ik/514860f60d01ed9218be4ede51a33887 to your computer and use it in GitHub Desktop.
Upload local recording to asciinema.org with curl
curl -v -u $USER:$(cat ~/.config/asciinema/install-id) https://asciinema.org/api/asciicasts -F asciicast=@/path/to/demo.cast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment