PINE64
copy and pasting from various sources - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: copy and pasting from various sources (/showthread.php?tid=11859)



copy and pasting from various sources - maybl8 - 10-18-2020

I was going to post my inxi info here but I can't figure out how to copy and paste from the terminal to something I could put here.


RE: copy and pasting from various sources - ThrillGates - 10-18-2020

You also need to use shift in addition to the normal shortcut keys to copy/paste in terminal.

copy: ctrl + shift + C
paste: ctrl + shift + V


RE: copy and pasting from various sources - User 18618 - 10-18-2020

Depends how you want to achieve this. You could redirect stdout and post it as an attachment:


Code:
inxi > info.txt
inxi | tee info.txt



RE: copy and pasting from various sources - maybl8 - 10-18-2020

see attached