keyboard and clipboard input sanitizer using predictive search.
Clip Key Sanitizer is a utility tool that monitors keyboard input and clipboard text to identify and sanitize sequences of characters from a predefined deny list.
Clone the repository:
git clone https://github.com/mosure/clip-key-sanitizer.git
cd clip-key-sanitizerBuild and run:
cargo runTo modify the deny list, update the deny.txt file located in the src directory.
This project is licensed under the MIT License - see the LICENSE file for details.