Command line tool to manage clipboard
install
sh
cargo install cbs
Build Manually
```sh
git clone https://github.com/robatipoor/cbs \ && cd cbs \ && make ```
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 -k, --kill Kill clipboard daemon server -l, --log Show logs -p, --paste Paste text content -s, --server Start server clipboard as daemon -V, --version Prints version information
OPTIONS:
-c, --copy