winpbcopy Tatsh
winget install --id=Tatsh.winpbcopy -e
This package provides pbcopy/pbpaste to read and write the default CF_TEXT clipboard. pbpaste prints the clipboard content to standard output.
winpbcopy is a command-line utility designed to provide pbcopy and pbpaste functionality for Windows. These tools allow users to read from or write text to the default clipboard (CF_TEXT), mirroring the behavior of macOS's pbcopy and pbpaste commands.
Key Features:
- pbbpaste: Outputs the clipboard content to standard output, making it easy to integrate clipboard data into scripts or workflows.
- pbcopy: Writes input to the clipboard, enabling seamless copying from command-line outputs or files.
- Cross-platform compatibility, supporting both Windows and Linux environments.
- Designed for developers and system administrators working in terminal-based workflows.
- Installable via winget, ensuring straightforward setup.
Audience & Benefit: Ideal for developers, sysadmins, and power users who work extensively in terminal environments. It streamlines clipboard operations, integrates with existing scripts or tools, and enhances productivity by bridging a common functionality gap between macOS and other operating systems.