Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 378 Bytes

🪐_高频率星球.md

File metadata and controls

9 lines (6 loc) · 378 Bytes

🪐 高频率星球

asciinema cat 可以不用等直接一股脑输出全部内容。命令行过滤一下大量重复的控制字符:

$ asciinema cat asciinema_restore.rec | tr -d '\000-\010\013-\037' | sed -e 's_:\[K\[K \[KESCESC\[K\[\[\[K66\[K~~\[K__' > code.js

code.js 里面还会残留一些控制字符,自己文件编辑器清理一下就好了。