cliptomania

.NET-inspired lightweight clipboard library

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version 0.1.0
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-08-26 06:47

Authors

  • Guevara-chan

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 - - - - - - -

Dependencies

Package Version Optional
nim >= 0.18.0 No

Source

Repository https://github.com/Guevara-chan/Cliptomania
Homepage https://github.com/Guevara-chan/Cliptomania
Registry Source nimble_official

README

•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.