cristianpjensen / inkscape-figures-manager-rs

Shortcuts for making technical figures fast in Inkscape, in macOS.
9 stars 1 forks source link

Windows adaptation #7

Open zaoanhh opened 1 week ago

zaoanhh commented 1 week ago

It's truly a fantastic tool, and I've found it incredibly useful for [mention specific use cases or features you appreciate. The quality of the code and the attention to detail really stand out, and it's clear that a lot of thought and effort has gone into making this such a valuable resource.

I would love to be able to leverage the power of package within a Windows environment. While the package works great on Linux/Mac, if applicable, I was wondering if there are any plans to add support for Windows, or if there might be some guidance you could provide on how to get it running smoothly on this platform?

cristianpjensen commented 1 week ago

In order to adapt this project to Windows (or any other OS for that matter), you would need to create a src/clipboard/windows.rs file that handles the clipboard pasting on Windows (this is OS-specific). Furthermore, you would need to change src/clipboard/mod.rs to include this file if on the Windows operating system (similarly to how macOS is chosen in that file).

I would really appreciate it if you could submit a pull request for this feature.

If you have any questions, let me know.