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 ❗
- Multiple data formats dispatch.
- Converter-based data I/O interface.
- Enforced prefix (
clip.
) API isolation.
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.