@uniclipboard/cli
v0.19.1
Published
Cross-platform clipboard sync CLI. Installs the `uniclip` command and the `uniclipd` daemon for your platform.
Maintainers
Readme
UniClipboard CLI
Cross-platform clipboard sync. This package installs the uniclip command
and the uniclipd daemon for your platform via optional dependencies.
npm install -g @uniclipboard/cli
uniclip --help
uniclip startSupported platforms
| Platform | Arch | Package |
| --- | --- | --- |
| macOS | arm64 | @uniclipboard/cli-darwin-arm64 |
| macOS | x64 | @uniclipboard/cli-darwin-x64 |
| Linux (static musl, works on glibc/musl) | arm64 | @uniclipboard/cli-linux-arm64 |
| Linux (static musl, works on glibc/musl) | x64 | @uniclipboard/cli-linux-x64 |
| Windows | x64 | @uniclipboard/cli-win32-x64 |
Only the package matching your platform is downloaded. If your platform is not listed, prebuilt binaries and other install channels (Homebrew, Snap, COPR, AUR) are available at github.com/UniClipboard/UniClipboard.
Verifying binaries
The binaries shipped in the platform packages are byte-identical to the
uniclipboard-cli-* archives attached to the corresponding GitHub release,
which are covered by a minisign-signed SHA256SUMS.txt. npm packages are
published with provenance
from GitHub Actions.
License
AGPL-3.0-only
