4 ms·
Alternative for linux users, which "types" the thing on clipboard to the window you select: alias pasteplease='xclip -selection clipboard -out | tr \\n \\r
by seqizz 3y ago
Alternative for linux users, which "types" the thing on clipboard to the window you select:
alias pasteplease='xclip -selection clipboard -out | tr \\n \\r | xdotool selectwindow windowfocus type --clearmodifiers --delay 25 --window %@ --file -'