No description
Find a file
2019-05-16 15:57:20 +03:00
examples Add files via upload 2019-05-05 12:24:06 +03:00
src Add files via upload 2019-05-16 15:57:20 +03:00
cliptomania.nimble Add files via upload 2019-05-02 14:36:49 +03:00
README.md Update README.md 2019-05-06 19:29:31 +03:00

•Sum• nimble

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.