radareorg / r2pm

Radare2 cross platform package manager
GNU Lesser General Public License v3.0
34 stars 12 forks source link

Support plugin categories (or tags) #54

Open XVilka opened 4 years ago

XVilka commented 4 years ago

For example, be able to sort/list the packages with categories like asm, anal, io, core, debug, etc kinds of the radare2 plugins provided. Also the r2pipe and something else.

Another approach could be to associate tags instead, e.g. asm, python, so it will be known that this plugin implements disassembly plugin in Python, and so on.

@radare @xarkes @ITAYC0HEN @thestr4ng3r what do you think?

xarkes commented 4 years ago

Many package manager have such feature, and I think it could be useful so - why not? :)

thestr4ng3r commented 4 years ago

Agreed, sounds easy and useful.