-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Added cross-platform Get-Clipboard and Set-Clipboard #10340
New issue
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
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
bdb9962
re-enable Clipboard cmdlets for Windows
SteveL-MSFT 8f6e23c
make it work on Unix and added tests
SteveL-MSFT dbfe78d
fixes after running on macOS
SteveL-MSFT b1cc6ee
CodeFactor fixes
SteveL-MSFT 22ab390
add clipboard cmdlets to default commands tests
SteveL-MSFT abc3c29
add tracing to TypeGen
SteveL-MSFT 429e467
update TypeGen to skip assemblies that don't have hash for strongname
SteveL-MSFT 1a87cbc
Update src/Microsoft.PowerShell.Commands.Management/commands/manageme…
SteveL-MSFT ae8c84d
Update src/Microsoft.PowerShell.Commands.Management/commands/manageme…
SteveL-MSFT f7a1bd4
address Ilya's comments and fix DefaultCommand tests
SteveL-MSFT 188723a
fix build for win-arm
SteveL-MSFT 2f71ba2
fix CodeFactor issues
SteveL-MSFT 1d81385
fix csproj so psxunit tests build it correctly as it doesn't define S…
SteveL-MSFT a1fc42e
update files.wxs and skip tests if Linux and xclip isn't available
SteveL-MSFT c5a2bf6
fix logic to skip tests on Linux if xclip isn't available
SteveL-MSFT b223d28
specify if reading from stdout as it hangs on Linux waiting for output
SteveL-MSFT b025ca1
change typegen to use span
SteveL-MSFT 9800d9b
add Paul's feedback
SteveL-MSFT 82c23f1
update FQEID for set-clipboard
SteveL-MSFT 0e008ff
fix tests for updated FQEID
SteveL-MSFT 27630ba
remove dependency on WinForms and focus only on text
SteveL-MSFT 35739a0
Merge branch 'master' of github.com:PowerShell/PowerShell into clipbo…
SteveL-MSFT c9dbe62
fix unncessary usings
SteveL-MSFT 3c7bfa7
fix Codacy issues
SteveL-MSFT 7d57a71
revert some changes that were for winforms version
SteveL-MSFT 8fc519f
Merge branch 'master' of github.com:PowerShell/PowerShell into clipbo…
SteveL-MSFT 444e403
fix files.wxs
SteveL-MSFT 106dcb0
address CodeFactor issues
SteveL-MSFT 8f75f9e
address Ilya's feedback and one more CodeFactor issue
SteveL-MSFT File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.