QL-Win / QuickLook

Bring macOS “Quick Look” feature to Windows

Home Page:http://pooi.moe/QuickLook/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show dll information when doing quicklook on dll's

pardeike opened this issue · comments

Hello,
I am an open source software developer and game modder and I deal with many dll files every day. I move them, verify that they are what I want, etc...

It would be really useful that QuickLook could show some basic information on dll files. At least the version information just like the Windows Properties dialog:

image

I don't need everything of that but just the File version.

For the dependencies, one usually uses dnSpy to open the dll and check the References section:

image

Again I don't need everything but just a list of dependencies with name + version.

Maybe that is too much to ask but I imagine it not being too difficult. I have not yet looked up if I can create my own quicklook plugin and make it myself. If so, let me know if that is possible.

Cheers from a fellow developer. I love QuickLook so much!
/Andreas

Hi @pardeike, you can find some instructions about writing a plugin here:
https://github.com/QL-Win/QuickLook/wiki/Develop%2C-build-and-integrate