Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Plugin]: pDf Reference Opcodes Or reGisters (DROOG) #270

Closed
1 task done
amtal opened this issue Jun 24, 2024 · 3 comments
Closed
1 task done

[New Plugin]: pDf Reference Opcodes Or reGisters (DROOG) #270

amtal opened this issue Jun 24, 2024 · 3 comments
Labels
new plugin Adding a new plugin

Comments

@amtal
Copy link

amtal commented Jun 24, 2024

Plugin Description

Per the README's Usage section,

This is a glorified PDF search for tokens that show up in tables of contents.

Select a token like an instruction or a register, and "Plugins" -> "DROOG" -> "Search Reference Headings..." will show pages from PDFs available for the current architecture. Click an image to open the PDF at that page in your browser.

For unfamiliar architectures, bind the search to a hotkey. There's also a command to peek at table of contents headings in the status bar for quickly reviewing mnemonics.

See repo README for a screenshot.

I added the pymupdf dependency as "dependencies": "pymupdf>=1.19.0\n", which I think is right but isn't in docs/testable? If it only works in official channel, I'll change it.

Plugin Repository URL

Repo URL: https://github.com/amtal/droog

Real Release

  • I have made a real release
@amtal amtal added the new plugin Adding a new plugin label Jun 24, 2024
@amtal amtal changed the title [New Plugin]: [New Plugin]: pDf Reference Opcodes Or reGisters (DROOG) Jun 24, 2024
@psifertex
Copy link
Member

Dependencies are specified in requirements.txt (documented here). So you'll probably want to do a new release with that. It's actually a bug that the plugin.json dependencies field is overwritten by requirements.txt during generation of the master list regardless of whether the json contains it as well.

That particular bug is fixed in our new plugin/extension infrastructure which we'll be releasing soon.

@amtal
Copy link
Author

amtal commented Jun 24, 2024

Thank you for clear explanation. Pushed 1.0.4 with fixed deps, images, and plugin.json version.

@psifertex
Copy link
Member

Thanks! Updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new plugin Adding a new plugin
Projects
None yet
Development

No branches or pull requests

2 participants