The short answer is that I used gifine [1]. The longer answer is that I researched this extensively and wrote a post called Terminal Recorders: A Comprehensive Guide that covers many of the available options [2]. If you're trying to pick a tool to use, you might find that post useful. Gifine was the right choice for me, but there are pros and cons for each tool.
This is a helpful tool. I live in hope that one day the Linux community will realize that tools like this being helpful are a symptom of ridiculous design flaw in the system.
This project is awesome. Do you know if there's a way to bundle up something like a python or PHP script so it runs standalone without needing the runtimes on the target system?
Thanks! For Python, `cx_Freeze` should be able to accomplish what you describe in a cross-platform way. I don't know of any similar PHP tools off the top of my head.
6 comments
[ 2.8 ms ] story [ 22.7 ms ] threadMy question: how to generate similar terminal record?
- [1] https://github.com/leafo/gifine
- [2] https://intoli.com/blog/terminal-recorders/
[1] - http://cx-freeze.readthedocs.io/en/latest/index.html