Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uyjulian/clipboardexfixastext
Kirikiri 2/Z plugin fixing Clipboard.asText
https://github.com/uyjulian/clipboardexfixastext
krkr-plugin
Last synced: 7 days ago
JSON representation
Kirikiri 2/Z plugin fixing Clipboard.asText
- Host: GitHub
- URL: https://github.com/uyjulian/clipboardexfixastext
- Owner: uyjulian
- License: mit
- Created: 2023-06-11T14:26:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-14T19:25:06.000Z (5 months ago)
- Last Synced: 2024-10-18T20:39:43.793Z (27 days ago)
- Topics: krkr-plugin
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clipboardExFixAsText
This Kirikiri (2/Z) plugin provides functionality to fix the `Clipboard.asText` behavior when there is already existing content.
## Building
After cloning submodules and placing `ncbind` and `tp_stub` in the parent directory, a simple `make` will generate `clipboardExFixAsText.dll`.
## How to use
After `Plugins.link("clipboardExFixAsText.dll");` is used, the additional functions will be exposed under the `Clipboard` class.
## License
This project is licensed under the MIT license. Please read the `LICENSE` file for more information.