cbs

Crates.io Build Status License

work in progress

Command line tool to manage clipboard

install

sh cargo install cbs

Build Manually

```sh

build and install cbs

need git, rustc, cargo, gnu make, binutils, upx

git clone https://github.com/robatipoor/cbs \ && cd cbs \ && make ```

How to use

Usage

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