Skip to content

ClipnPaste 0.2.9

Choose a tag to compare

@LinkofHyrule89 LinkofHyrule89 released this 12 Jul 09:26
· 5 commits to main since this release

ClipnPaste 0.2.9

Fixed

  • Skin-tone / multi-codepoint emoji paste — emoji and text now paste with clipboard + Ctrl+V instead of xdotool type, so sequences like 👍🏿 stay intact

Install with apt (recommended)

curl -fsSL https://linkofhyrule89.github.io/ClipnPaste/install.sh | sudo bash

Upgrade if the repo is already set up:

sudo apt update && sudo apt install --only-upgrade clipn-paste

Install from this release (.deb)

sudo apt install ./ClipnPaste_0.2.9_amd64.deb
clipnpaste &

Uninstall

pkill -x clipnpaste 2>/dev/null || true
sudo apt remove clipn-paste
sudo apt purge clipn-paste   # optional
sudo rm -f /etc/apt/sources.list.d/clipnpaste.list
sudo apt update

Full notes: CHANGELOG.md · Apt: https://linkofhyrule89.github.io/ClipnPaste/