Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 531 Bytes

File metadata and controls

27 lines (22 loc) · 531 Bytes

csharpClipper

A clipboard manager for C# with regex-based replacements.

Features

  • Reads and modifies clipboard content.
  • Supports regex-based replacements.
  • Retries clipboard access if needed.

Installation

Clone the repo:

git clone https://github.com/XeinTDM/csharpClipper.git
cd csharpClipper

Build:

dotnet build

Usage

  1. Run the program.
  2. Set regex rules in replacements.json.
  3. It monitors and modifies clipboard content automatically.

License

MIT License. See LICENSE.