cbs is a command line utility that is designed to run on linux system , macOs and maybe windows. It provides an interface to manage clipboard from the command line
```sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install cbs ```
cbs -c "Text to be copied to clipboard"
cbs -p
cat exmaple-file.txt | cbs
```sh USAGE: cbs [FLAGS] [OPTIONS]
FLAGS: -C, --clear Clear content clipboard -h, --help Prints help information -p, --paste Paste text content -V, --version Prints version information
OPTIONS:
-c, --copy