cliptomania

.NET-inspired lightweight clipboard library


Keywords
clip, clipboard, dotnet, library, nim
License
MIT
Install
nimble install cliptomania

Documentation

•Sum• nimble

Cliptomania is a lightwight 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.