randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.37k stars 83 forks source link

Print the stdout of terminus on disk #381

Open uprokevin opened 1 year ago

uprokevin commented 1 year ago

Hello,

Thanks for your plugin ! Is there a way to stdout, stderr the terminals output on Disk automatically. It can be very handy to record automatically, all the outputs.

Thanks

rwols commented 1 year ago

You can use redirections for that. For bash see https://www.gnu.org/software/bash/manual/html_node/Redirections.html

e.g. ls -lash >output.txt