| Crates.io | copyit |
| lib.rs | copyit |
| version | 0.1.0 |
| created_at | 2025-12-11 14:24:30.053776+00 |
| updated_at | 2025-12-11 14:24:30.053776+00 |
| description | A cross-platform clipboard tool similar to pbcopy/pbpaste |
| homepage | |
| repository | https://github.com/guuzaa/copyit |
| max_upload_size | |
| id | 1979798 |
| size | 37,812 |
A simple clipboard tool like pbcopy on macOS. Works on Windows, macOS, and Linux.
# Copy from stdin
echo "Hello" | copyit
# Copy from files
copyit file.txt
copyit file1.txt file2.txt
# Paste from clipboard
copyit
cargo install copyit
Linux: Install one of:
xclipxselwl-clipboard (for Wayland)