cbs 0.0.5

Command line clipboard manager
Documentation

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

# 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

  • copy text to clipboard: cbs -c "Text to be copied to clipboard"
  • paste copied text: cbs -p
  • copy from stdin: cat exmaple-file.txt | cbs

Usage

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