Open Zerokami opened 6 years ago
The bindings can probably be added if we know what APIs are required to implement something like that! If you could point to an example C++ program that implements it all I'd be happy to help
https://github.com/TortoiseGit/TortoiseGit is C++ explorer addon which implements Git and also integrates for example icons in Explorer
https://github.com/GerbilSoft/rom-properties is a properties page extension with mixed code base for LInux and Windows. The Windows part seems to be here https://github.com/GerbilSoft/rom-properties/tree/master/src/libwin32common
https://github.com/kareldonk/WMFPreview Thumbnails for Windows Meta Files
Does this have APIs for developing windows shell extensions like custom properties item for files and folders in Explorer?