https://github.com/guevara-chan/cliptomania
•.NET Clipboard for Nim•
https://github.com/guevara-chan/cliptomania
clipboard dotnet library nim
Last synced: 5 days ago
JSON representation
•.NET Clipboard for Nim•
- Host: GitHub
- URL: https://github.com/guevara-chan/cliptomania
- Owner: Guevara-chan
- Created: 2019-05-02T11:35:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T12:57:21.000Z (about 6 years ago)
- Last Synced: 2025-04-04T01:32:07.989Z (about 2 months ago)
- Topics: clipboard, dotnet, library, nim
- Language: Nim
- Size: 45.9 KB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# •Sum• [](https://github.com/yglukhov/nimble-tag)
__Cliptomania__ is a lightweight clip library, made to recreate [Clipboard](https://docs.microsoft.com/ru-ru/dotnet/api/system.windows.clipboard) API for [Nim](https://nim-lang.org/).
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.