bp
is a cross-platform clipboard tool written in Rust, based on
cb.
It can automatically detect whether to copy or paste, and is
optimised to work in pipes. Its behavior is based on the
tee
command.
bp
is on
crates.io, so you can install
it by running:
bash
cargo install bp
```bash
echo "some text" | bp
example.com
curl https://example.com | bp
file.txt
bp file.txt
bp ```bash bp bp | jq | less bp >out.txt
``` ```bash bp | bp cat example.json | jq | bp | less bp | xxd | bp
```Paste
paste to standard output
paste to a pipe
paste to
out.txt
Chaining
remove formatting from copied text
prettify, copy and view
example.json
hex-encode contents of the clipboard