A clipboard manager for C# with regex-based replacements.
- Reads and modifies clipboard content.
- Supports regex-based replacements.
- Retries clipboard access if needed.
Clone the repo:
git clone https://github.com/XeinTDM/csharpClipper.git
cd csharpClipper
Build:
dotnet build
- Run the program.
- Set regex rules in
replacements.json
. - It monitors and modifies clipboard content automatically.
MIT License. See LICENSE.