cliptomania
.NET-inspired lightweight clipboard library
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Passing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install cliptomania
choosenim install cliptomania
git clone https://github.com/Guevara-chan/Cliptomania
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| cliptomania | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/Guevara-chan/Cliptomania |
|---|---|
| Homepage | https://github.com/Guevara-chan/Cliptomania |
| Registry Source | nimble_official |
README
•Sum• 
Cliptomania is a lightweight clip library, made to recreate Clipboard API for Nim.
Full compatibility is not prioritized at given moment, but desirable in future.
Installation: run nimble install cliptomania in terminal.
❗ Currently only compiles on Windows systems ❗
•Featuræ•
- Multiple data formats dispatch.
- Converter-based data I/O interface.
- Enforced prefix (
clip.) API isolation.
•Remark•
Since Cliptomania was developed mainly for internal usage, no documentation will likely be included before v0.3.
Provided examples and reading original .NET docs is a way to understand how to use this lib until then.