linux录制工具

2024-12-08 04:44:43

1、以下列出5种安装方式:如果你系统是OS X,安装brew工具命令:/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 使用brew命令安装asciinema: brew update && brew install asciinema如果你系统是Ubuntu安装命令:sudo apt-add-repository ppa:zanchey/asciinemasudo apt-get updatesudo apt-get install asciinemaDebian系统:sudo apt-get install asciinema使用Python 包安装:sudo pip3 install asciinema(前提是需要python3)使用git和python3安装最新版本git clone https://github.com/asciinema/asciinema.gitcd asciinemapython3 -m asciinema --version

2、执行命令开始录制:asciinema rec

linux录制工具

3、结束录制是用exit命令,然后按回车就上传录制,它会返回一个播放url

linux录制工具
猜你喜欢