mirror of
https://github.com/Guevara-chan/Cliptomania
synced 2026-01-03 02:24:37 +00:00
No description
| examples | ||
| src | ||
| cliptomania.nimble | ||
| README.md | ||
•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.