Show HN: Clean-Clipboard
github.com·4h·
Discuss: Hacker News
Flag this post

Remove emails from clipboard

A simple shell script that removes email addresses from your clipboard text. Run this before pasting email threads into AI tools such as ChatGPT so that you do not give away personal data. Can be used on macOS or Linux.


Requirements

You need one clipboard tool installed:

PlatformClipboard tools supportedInstall command
macOSpbpaste, pbcopy(preinstalled)
Linux (X11)xclip or xselsudo apt install xclip or sudo apt install xsel
Linux (Wayland)wl-copy, wl-pastesudo apt install wl-clipboard
BSDxclip or xselvia package manager

Installation

git clone https://github.com/ianto-cannon/c...

Similar Posts

Loading similar posts...