Crates.io | pbutil |
lib.rs | pbutil |
version | 0.1.2 |
source | src |
created_at | 2020-10-19 23:26:20.935187 |
updated_at | 2023-05-11 17:09:51.681361 |
description | Cross-platform implementation of pbcopy and pbpaste in Rust |
homepage | https://github.com/InnovativeInventor/pbutil |
repository | |
max_upload_size | |
id | 303187 |
size | 41,801 |
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
cargo install pbutil
To copy "Test" into the clipboard:
echo "Test" | pbcopy
To print out the clipboard to stdout:
pbpaste