/erase-clip

Primary LanguageGoMIT LicenseMIT

erase-clip

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.

Installation

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

Usage

Simply run erase-clip command after the installation. Use WIN+SHIFT+E global hotkey to clear clipboard history

Contributing

If you'd like to contribute to the project, feel free to submit a pull request.

License

This program is licensed under the MIT License. See the LICENSE file for more information.

Acknowledgments

Thanks to following projects from Go community.

github.com/golang-design/hotkey

github.com/zzl/go-winrtapi