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.
- Host: GitHub
- URL: https://github.com/xeintdm/csharpclipper
- Owner: XeinTDM
- License: mit
- Created: 2025-01-29T19:50:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T20:01:39.000Z (over 1 year ago)
- Last Synced: 2025-07-18T15:56:24.612Z (12 months ago)
- Topics: clipboard, clipboard-monitor, clipper, clipper-address, clippers, csharp, csharp-clipper, regex, win32, winapi
- Language: C#
- Homepage: https://lnk.bio/elusivenobody
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).