[Closed] Copy the entire output from build/upload

is there a way to select all/copy the entire output from build/upload?
right now i can only copy what is visible in the window which is a royal PITA.

What is your OS?
If Unix, you can run open Terminal in PlatformIO IDE and type pio run >> /tmp/build.log or pio run -t upload >> /tmp/upload.log

it is Unix - Fedora 23. Thank you Ivan.