#clipboard #cross-platform #macos #stdout #linux-macos #pbcopy #pbpaste

app pbutil

Cross-platform implementation of pbcopy and pbpaste in Rust

3 releases

0.1.2 May 11, 2023
0.1.1 May 11, 2023
0.1.0 Oct 19, 2020

#193 in Operating systems

Download history 13/week @ 2024-02-15 105/week @ 2024-02-22 22/week @ 2024-02-29

131 downloads per month

GPL-3.0 license

15KB

pbutil

Cross-platform pbcopy and pbpaste in Rust.

Are you tired of not having a pbcopy and pbpaste equivalent on Linux, etc.? This is intended to bring the same, nice interface of pbcopy and pbpaste on macOS to other platforms.

Executables provided in /target

Install

cargo install pbutil

Usage

To copy "Test" into the clipboard:

echo "Test" | pbcopy

To print out the clipboard to stdout:

pbpaste

Dependencies

~14–320KB