copyit

Crates.iocopyit
lib.rscopyit
version0.1.0
created_at2025-12-11 14:24:30.053776+00
updated_at2025-12-11 14:24:30.053776+00
descriptionA cross-platform clipboard tool similar to pbcopy/pbpaste
homepage
repositoryhttps://github.com/guuzaa/copyit
max_upload_size
id1979798
size37,812
Jowell Young (guuzaa)

documentation

README

CopyIt

A simple clipboard tool like pbcopy on macOS. Works on Windows, macOS, and Linux.

Usage

# Copy from stdin
echo "Hello" | copyit

# Copy from files
copyit file.txt
copyit file1.txt file2.txt

# Paste from clipboard
copyit

Install

cargo install copyit

Requirements

Linux: Install one of:

  • xclip
  • xsel
  • wl-clipboard (for Wayland)
Commit count: 0

cargo fmt