I teach in various CLI tools like git,docker etc. I want to have two bash terminals: one for running commands, and get output, and one that at all time just mirroring what the command history would give me.
Is it possible to mirror realtime commands in bash like that?
Example:
T1: pwd
T1: /home/me
T1: ls
T1: Documents Desktop Downloads
T2:
pwd
ls