I am able to copy a massive string of text but unable to paste it anywhere without the program crashing.
So, I wonder: How can I fetch it from the clipboard via CLI and save it to a file instead?
Thanks!
I am able to copy a massive string of text but unable to paste it anywhere without the program crashing.
So, I wonder: How can I fetch it from the clipboard via CLI and save it to a file instead?
Thanks!
xclip
is the command line interface to X selections (clipboard)You may need to modify the command depending on the selection you're using