Skip to main content

All Questions

Tagged with
1 vote
1 answer
721 views

Automatically paste copied text from browser into terminal

I was wondering if it's possible to automatically paste copied text from browser (Firefox) into terminal? (Linux) When working with something like a tutorial in Github the auto command text copy ...
emile_o_'s user avatar
0 votes
0 answers
16 views

Pasting into terminal, two steps vs one step [duplicate]

This is a weird problem -- for pasting text into terminal, I've seen two types of behaviors, two steps vs one step, and I had never figured out why. Let me start with the "one step" behavior,...
xpt's user avatar
  • 8,851
3 votes
2 answers
606 views

Paste a URL in terminal using bash script on Ubuntu

I'm on Ubuntu 12.04. I need to write a Bash script which would automatically paste a URL to the terminal without having to press CtrlShiftV on the keyboard. The script contains the command: wget -O ...
user3402248's user avatar