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 [OPTIONS] [SUBCOMMAND]

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: -s, --select to access clipboard or primary [default: clipboard] [possible values: clipboard,primary]

SUBCOMMANDS: clear clear text content copy copy text content help Prints this message or the help of the given subcommand(s) paste paste text content ```