Skip to content

Commit

Permalink
Document addition of wl-copy/wl-paste usage in Set/Get-Clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
helpimnotdrowning committed Jul 13, 2024
1 parent 0b510b3 commit 4578b2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The `Get-Clipboard` cmdlet gets the contents of the clipboard as text. Multiple
returned as an array of strings similar to `Get-Content`.

> [!NOTE]
> On Linux, this cmdlet requires the `xclip` utility to be in the path.
> On Linux, this cmdlet requires either the `xclip` (under X11) or `wl-paste` (under Wayland) utilities to be in the path.
## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Set-Clipboard [-Value] <string[]> [-Append] [-PassThru] [-AsOSC52] [-WhatIf] [-C
The `Set-Clipboard` cmdlet sets the contents of the clipboard.

> [!NOTE]
> On Linux, this cmdlet requires the `xclip` utility to be in the path.
> On Linux, this cmdlet requires either the `xclip` (under X11) or `wl-copy` (under Wayland) utilities to be in the path.
## EXAMPLES

Expand Down

0 comments on commit 4578b2e

Please sign in to comment.