clipboard-paste-keyboard
is a cross-platform command-line tool to write clipboard content using the keyboard. It can be used to write the clipboard content through RDS, or any software that disable pasting (Ctrl + V).
OSX(Bugs found during build)- Windows
- Linux, Unix
Linux and Unix platforms requires 'xclip' or 'xsel' command to be installed.
- Download the binary file
- Rename the file for
cbpk
Execute as below to start writing clipboard content.
./cbpk write
Notice that keyboard will start writing immediately (at Linux/Unix it will execute after 2 seconds).
If you need time to reach the application that you want to write on, use the option --delay value
with an integer number that will be waited in seconds before the writing begins. See the example below.
./cbpk write --delay 5
The command above will start the writing after 5 seconds (7 seconds if you are using Linux/Unix).