|
|
|
|
|
by chrismorgan
2984 days ago
|
|
I wrote a script bash-for-recording for myself a few years back, for invocation by termrec, which set the window size to 80×24, set HOME to a new empty directory, set USER and NAME to dummy values (creating an actual new throwaway user account would be better here, but I was lazy), set TERM to xterm-256color (I think it was), cleared the environment (env -i) and possibly one or two other things, set a deliberately very simple and obvious prompt (which sets the title as well), cleared the screen, then finally started a nice clean bash profile. I should pull out my old laptop or my backups and resuscitate the script. The example at http://tty-player.chrismorgan.info/ was generated using that script. |
|