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
install
sh
cargo install cbs
cbs -c "Text to be copied to clipboard"
cbs -p
cat file | 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