Remove unnecessary whitespaces
Everyone knows that copying strings from browsers or other applications will contain whitespaces and other characters. Ever tried to copy a password from an email? (yeah, you really shouldn't send passwords via email)
- Python 3
- pyperclip
I only tested this on WINDOWS, since this is where I need it the most.
The Script will run indefinitely in the background.
''' python ClipboardMonitory.py '''
Remove leading and trailing whitespaces.
- Don't remove inside sublimetext
- Add configuration for exclusions and browsers