ClipnPaste 0.2.11
Added
- About in Settings: shows the installed version and a link to the GitHub project page
Full notes: CHANGELOG.md
Install with apt (recommended)
curl -fsSL https://linkofhyrule89.github.io/ClipnPaste/install.sh | sudo bashUpgrade if the repo is already set up:
sudo apt update && sudo apt install --only-upgrade clipn-pasteInstall from this release (.deb)
sudo apt install ./ClipnPaste_0.2.11_amd64.deb
clipnpaste &Uninstall
pkill -x clipnpaste 2>/dev/null || true
sudo apt remove clipn-paste