pbutil

Crates.iopbutil
lib.rspbutil
version0.1.2
sourcesrc
created_at2020-10-19 23:26:20.935187
updated_at2023-05-11 17:09:51.681361
descriptionCross-platform implementation of pbcopy and pbpaste in Rust
homepagehttps://github.com/InnovativeInventor/pbutil
repository
max_upload_size
id303187
size41,801
Max Fan (InnovativeInventor)

documentation

https://github.com/InnovativeInventor/pbutil

README

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
Commit count: 0

cargo fmt