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
Can't get from clipboard in windows. Reproduction steps: gist -Ppc
gist -Ppc
Error seen: Error: Could not find copy command, tried: pbpaste || xclip -o || xsel -o || getclip
Error: Could not find copy command, tried: pbpaste || xclip -o || xsel -o || getclip
Reproduction steps: gist -pc
gist -pc
Error seen: `Error: Could not find copy command, tried: pbpaste || xclip -o || xsel -o || getclip
Attempted to copy: https://gist.github.com/[REDACTED]
`
powershell "Get-Clipboard"
This works in cmd.exe as well
pipe to clip
clip
cmd.exe
in powershell
use Set-Clipboard
Set-Clipboard
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue:
Getting clipboard
Can't get from clipboard in windows. Reproduction steps:
gist -Ppc
Error seen:
Error: Could not find copy command, tried: pbpaste || xclip -o || xsel -o || getclip
Copying to clipboard
Reproduction steps:
gist -pc
Error seen:
`Error: Could not find copy command, tried:
pbpaste || xclip -o || xsel -o || getclip
Attempted to copy: https://gist.github.com/[REDACTED]
`
Solution
Command to get clipboard in windows
powershell "Get-Clipboard"
This works in cmd.exe as well
Command to set clipboard in windows
pipe to
clip
cmd.exe
in powershell
use
Set-Clipboard
Notes
The text was updated successfully, but these errors were encountered: