PowerShell scripts can read/write clipboard data too:

```
PS C:\Users\user> echo "Test 1234" | Set-Clipboard
PS C:\Users\user> Get-Clipboard
Test 1234
PS C:\Users\user> Set-Clipboard "Hello World!"
PS C:\Users\user> Get-Clipboard
Hello World!
```

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1854092

Title:
  pbcopy & pbpaste for Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xsel/+bug/1854092/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to