Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 539 Bytes

how-to-record-asciicast.md

File metadata and controls

13 lines (12 loc) · 539 Bytes

How to record an asciicasts for an example

  1. sudo pip3 install asciinema
  2. asciinema auth & click link
  3. echo "set -g default-shell /usr/bin/fish" >> ~/.tmux.conf
  4. Prepare tmux windows and commands
  5. Ctrl-B+D to detach session
  6. asciinema rec -c "tmux attach"
  7. Call the executables in the prepared windows
  8. Ctrl-D to stop after ~30 seconds
  9. sed 's/username/hypnotoad' /tmp/foo.cast
  10. asciinema upload /tmp/foo.cast
  11. On asciinema.org: Make recording public & add link back to example