We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since Windows 7, Powershell has been pre-installed and contains Get-Clipboard and Set-Clipboard cmdlets:
Get-Clipboard
Set-Clipboard
There's also clip which copies to the clipboard.
clip
Is this better than the custom pre-built binaries that are currently used?
The text was updated successfully, but these errors were encountered:
Not every system has PowerShell though. Admins can disable it. But I guess we could use this first and fall back to the custom one.
Sorry, something went wrong.
No branches or pull requests
Since Windows 7, Powershell has been pre-installed and contains
Get-Clipboard
andSet-Clipboard
cmdlets:There's also
clip
which copies to the clipboard.Is this better than the custom pre-built binaries that are currently used?
The text was updated successfully, but these errors were encountered: