====== asciinema ======
> [[https://asciinema.org/|asciinema - Record and share your terminal sessions, the simple way]]
- Install
# on MacOS
$ brew install asciinema
# Ubuntu
$ sudo apt-add-repository ppa:zanchey/asciinema
$ sudo apt-get update
$ sudo apt-get install asciinema
# pip
$ sudo pip3 install asciinema
- Record
$ asciinema rec
- stop recording; CTRL + D
- Manage recording (Optional)
$ asciinema auth
===== References =====
* [[https://blog.outsider.ne.kr/1110|asciinema : 터미널을 녹화해서 공유하는 사이트]]