Last active
January 30, 2024 08:26
-
-
Save ku1ik/514860f60d01ed9218be4ede51a33887 to your computer and use it in GitHub Desktop.
Upload local recording to asciinema.org with curl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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