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

sh 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 ```