A simple yet powerful clipboard history manager for Linux (CLI version)
Store, view, and reuse your clipboard entries — like Windows + V but in your terminal.
- 🔁 Keep history of your clipboard (up to 50 items)
- 🧠 Reuse any past entry with a simple command
- 📋 Add directly from clipboard or via
stdin - 🧼 Clean and readable CLI with colored output
- 🐧 Linux first — fast, native, and Rust-powered!
cargo install --git https://github.com/YOUR_USERNAME/tikcopyOr if you have the code locally:
git clone https://github.com/YOUR_USERNAME/tikcopy
cd tikcopy
cargo install --path .cargo build --release
sudo cp target/release/tikcopy /usr/local/bin/tikcopy add # Add current clipboard content to history
echo "Hello" | tikcopy add # Add piped content to history
tikcopy list # List all stored clipboard entries
tikcopy use 2 # Use 2nd item in clipboard
tikcopy delete 1 # Delete 1st item from history📂 History is stored in:
~/.local/share/tikcopy_history.json
$ tikcopy list
1: Hello world!
2: copied text
3: some other clipboard itemFeel free to open issues, PRs, or share ideas. If you like the project, consider starring ⭐️ it to support!
MIT License © 2025 Tikrack
