amilajack / clipboard

A better command line clipboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clipboard

CI

A better command line clipboard

Installation

cargo install clipboard-cli

Usage

# Copy file to clipbard
cb package.json

# Pipe to clipboard
echo 'Hello World!' | cb
git diff | cb

# Read clipboard contents
cb | vim -

# Search clipboard contents
cb | grep hello

Upcoming

# List clipboard history
cb list

# View previous clipboard
cb peek 1
cb p 1

Comparison

clipboard pbcopy/pbpaste xclip clip
Single Command
Cross Platform ❌ (macOS only) ❌ (linux only) ❌ (windows only)
Simple API
History Peak

About

A better command line clipboard

License:MIT License


Languages

Language:Rust 100.0%