터미널 세션 녹화도구 asciinema

Jmnote (토론 | 기여)님의 2017년 3월 27일 (월) 13:37 판 (→‎사용예시)

1 개요

asciinema
아스키네마
  • 터미널 세션 녹화/공유 도구
동영상처럼 보이지만 텍스트임
  • 지원OS: 리눅스, 맥, FreeBSD
  • python 기반

2 사용예시

root@zetawiki:~# asciinema rec test.json
~ Asciicast recording started.
~ Hit Ctrl-D or type "exit" to finish.
root@zetawiki:~# whoami 
root
root@zetawiki:~# exit
exit
~ Asciicast recording finished.
root@zetawiki:~# cat test.json
{
  "command": null,
  "version": 1,
  "height": 33,
  "stdout": [
    [
      0.009768,
      "\u001b]0;root@zetawiki: ~\u0007root@zetawiki:~# "
    ],
    [
      1.311283,
      "w"
    ],
    [
      0.11219,
      "h"
    ],
    [
      0.267888,
      "o"
    ],
    [
... (생략)

3 같이 보기

4 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}