Linux 安装
yum install asciinema
Installing on macOS
brew install asciinema
Record
To start recording run the following command:
asciinema rec
This spawns a new shell instance and records all terminal output. When you're ready to finish simply exit the shell either by typing exit or hitting Ctrl-D.
Manage your recordings (optional)
If you want to manage your recordings on asciinema.org (set title/description, delete etc) you need to authenticate. Run the following command and open displayed URL in your web browser:
asciinema auth
If you skip this step now, you can run the above command later and all previously recorded asciicasts will automatically get assigned to your profile.
更多介绍参考
网友评论