Is there any way to output the terminal commands and messages to a file ?
I’m using nvim’s terminal so much and I’d like to save all of that to a file to reuse it later.
For the other example to save the command’s inputs/outputs to a file, there is a linux command like a script and I tried it. But that command made a weird and unuseful output in my environment unfortunately.
The thing what I hope is to output the same thing displayed in nvim’s terminal, so could everyone has a good idea?