Crates.io | rustyclip |
lib.rs | rustyclip |
version | 0.1.5 |
created_at | 2025-09-16 09:08:23.714145+00 |
updated_at | 2025-09-25 15:00:22.97737+00 |
description | 🦀 RustyClip: A simple clipboard history manager for macOS/Linux |
homepage | |
repository | https://github.com/bvdwalt/rustyclip |
max_upload_size | |
id | 1841231 |
size | 41,275 |
A simple cross-platform clipboard history manager written in Rust.
RustyClip lets you save, search, and reuse snippets you’ve copied to your clipboard.
cargo install rustyclip
Make sure $HOME/.cargo/bin
is in your $PATH
to run rustyclip
globally.
Download the latest release from GitHub Releases:
Platform | Binary |
---|---|
Linux | rustyclip-linux.tar.gz |
macOS | rustyclip-macos.tar.gz |
Windows | rustyclip-windows.zip |
Extract the archive and place the binary somewhere in your $PATH
.
rustyclip add # Save the current clipboard text
rustyclip list # Show saved clipboard history
rustyclip get 0 # Print (and soon restore!) entry at index 0
rustyclip clear # Clear all saved history
Ctrl+C
/ Cmd+C
).rustyclip add
→ Saves it with a timestamp.
rustyclip list
→ Displays a list of saved entries.
rustyclip get 0
→ Prints it to stdout (future versions will restore it to clipboard automatically).
get
Pull requests and feature suggestions are welcome!
Open an issue to discuss.
This project is licensed under the MIT License.