개발/Vim
Terminal, Vim화면 캡춰 ttygif
KyeongRok Kim
2021. 9. 8. 10:06
ttygif는 vim화면이나 terminal을 .gif로 녹화 하고 싶을 때 쓰는 툴 입니다. vim이나 터미널의 명령 실행 과정을 blog post로 올리고 싶을때 화면 캡춰만으로는 움직임을 모두 담기 힘들기 때문에 이 툴을 이용해 움짤로 만들어서 올릴 수 있습니다.
참고 https://github.com/icholy/ttygif
설치
brew install ttygif
Ubuntu
$ sudo apt-get install imagemagick ttyrec gcc x11-apps make git
$ git clone https://github.com/icholy/ttygif.git
$ cd ttygif
$ make
$ sudo make install
사용법
녹화시작
ttyrec myrecording
녹화종료
exit
gif로 변환
ttygif myrecording
서버에서 찍은 파일을 로컬에서 .gif로 변환 하기 위해 myrecording을 다운로드 받는 방법은 아래와 같이 scp를 이용하는 방법이 있습니다.
scp ubuntu@234.56.789.205:/home/user_name/myrecording .
728x90