Skip to content

amilajack/clipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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