美文网首页
命令行录屏

命令行录屏

作者: 夜空最亮的9星 | 来源:发表于2018-08-16 22:24 被阅读53次

    官网

    安装教程

    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.

    更多介绍参考

    相关文章

      网友评论

          本文标题:命令行录屏

          本文链接:https://www.haomeiwen.com/subject/uyrabftx.html