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 behaviour 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 | vipe | bp bp | xxd | bp
``` ```bash echo " some text " | bp -s bp -s
some text%
```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
edit your current clipboard
hex-encode contents of the clipboard
Strip Whitespace
copy some text with whitespace stripped
paste to standard output with whitespace stripped
Licence
bp
is available under the GPL-3.0-or-later
.