Clipboard History Upgrade
Enhance the Windows Clipboard History (Win+V) by automatically cleaning and formatting text when you copy it.
Features:
- Regex-based formatting: Automatically replace text (e.g., replace specific words, fix common typos) based on your custom rules.
- Remove tracking variables: Automatically strip
utm_, fbclid, and other common tracking parameters from copied URLs.
- Auto-Trim Whitespace: Strip leading/trailing spaces and newlines.
- Text Unwrapper: Merge broken text (e.g., from PDFs) back into fluid paragraphs.
- Smart Casing: Convert text to lowercase, UPPERCASE, or Title Case automatically.
- Code Path Auto-Escaper: Automatically formats Windows file paths (
C:\) to escaped paths (C:\\ or C:/).
- Data Extractor: If copying a large text block, extract only URLs or Email Addresses.
- Markdown & Rich Text: Auto-convert simple Markdown (
**bold**) to rich text.
- Force Plain Text: Strip all rich formatting from the source application.
Note: Changes happen at the moment of copying. The cleaned text is what gets placed into standard clipboard history.