An open API service indexing awesome lists of open source software.

https://github.com/xeintdm/csharpclipper

A fast and lightweight clipboard manager for C# .NET 9.0 with regex-based replacements.
https://github.com/xeintdm/csharpclipper

clipboard clipboard-monitor clipper clipper-address clippers csharp csharp-clipper regex win32 winapi

Last synced: 20 days ago
JSON representation

A fast and lightweight clipboard manager for C# .NET 9.0 with regex-based replacements.

Awesome Lists containing this project

README

          

# 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:
```sh
git clone https://github.com/XeinTDM/csharpClipper.git
cd csharpClipper
```
Build:
```sh
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](LICENSE).