3 releases
0.1.2 | May 11, 2023 |
---|---|
0.1.1 | May 11, 2023 |
0.1.0 | Oct 19, 2020 |
#314 in Operating systems
44 downloads per month
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