mansz81

asciinema Quick intro

Mar 8th, 2022 (edited)
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Record your first session:
  2.  
  3.    $ asciinema rec
  4.    $ asciinema rec first.cast
  5.  
  6. Replay it with double speed:
  7.  
  8.    $ asciinema play -s 2 first.cast
  9.  
  10. Or with normal speed but with idle time limited to 2 seconds:
  11.  
  12.    $ asciinema play -i 2 first.cast
  13.  
  14. upload it:
  15.  
  16.    $ asciinema upload first.cast
  17.  
  18. The above uploads it to [asciinema.org](https://asciinema.org), which is a
  19. default [asciinema-server](https://github.com/asciinema/asciinema-server)
  20.  
Add Comment
Please, Sign In to add comment