cbs

Crates.io Build Status Build status License

Work in progress

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 cbs

```sh

you need install rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

and then install cbs

cargo install cbs ```

How to use

Usage

```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 Set a text content ```