Pbgopy v0.4.0: Simple cross-device clipboard with history
Pbgopy v0.4.0 is a cross-device clipboard tool that allows users to share data seamlessly across multiple devices. It features a history function, enabling users to keep track of previous copies and manage them effectively. The tool also includes encryption options for secure data transfer between devices.
- ▪Pbgopy acts like pbcopy/pbpaste but supports multiple devices.
- ▪Users can install Pbgopy on various operating systems including macOS, RHEL/CentOS, Debian/Ubuntu, and Arch Linux.
- ▪The tool offers end-to-end encryption options and allows users to manage clipboard history with customizable limits.
Opening excerpt (first ~120 words) tap to expand
pbgopy pbgopy acts like pbcopy/pbpaste but for multiple devices. It lets you share data across devices like you copy and paste. Installation Binary releases are available through here. macOS brew install nakabonne/pbgopy/pbgopy RHEL/CentOS rpm -ivh https://github.com/nakabonne/pbgopy/releases/download/v0.4.0/pbgopy_0.4.0_linux_amd64.rpm Debian/Ubuntu wget https://github.com/nakabonne/pbgopy/releases/download/v0.4.0/pbgopy_0.4.0_linux_amd64.deb apt install ./pbgopy_0.4.0_linux_amd64.deb Arch Linux AUR package is available: pbgopy yay pbgopy Nix nix-shell -p nixpkgs.pbgopy Go go install github.com/nakabonne/pbgopy@latest Docker docker run --rm nakabonne/pbgopy pbgopy help Usage First up, you start the pbgopy server which works as a shared clipboard for devices.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.