This is a simple CLI that allows you to clear your Windows clipboard history using a global hotkey. It's useful if you want to keep your clipboard history clean and private.
To install the program, you'll need to have Go installed on your system. Once you have Go installed, you can run the following command:
go install github.com/oguzhane/erase-clip@latest
Simply run erase-clip
command after the installation. Use WIN+SHIFT+E
global hotkey to clear clipboard history
If you'd like to contribute to the project, feel free to submit a pull request.
This program is licensed under the MIT License. See the LICENSE file for more information.
Thanks to following projects from Go community.