開發程式常常會需要說明使用方法,其中一個就是製作在terminal上面的動畫圖檔
下面推薦兩款ttygif與ttystudio使用。
各個作業系統的安裝方式可參考下面連結:
https://github.com/icholy/ttygif
https://github.com/chjj/ttystudio
下面以mac osx作為範例說明如何安裝與使用
# ttygif 安裝與使用
brew install ttygif
ttyrec recording
ttygif recording
# ttystudio 安裝與使用
npm install ttystudio
ttystudio output.txt --log # 執行此行指令便開始錄製,使用ctrl+Q退出錄製並製作gif檔案。