moudey / Shell

Powerful context menu manager for Windows File Explorer
https://nilesoft.org
MIT License
3.35k stars 113 forks source link

[feature-request] Menu reuse #287

Open peter5he1by opened 1 year ago

peter5he1by commented 1 year ago

Is there any way to reuse a configured menu, and changing only partial options of it?

I have a menu(type='file|folder|back'), and I need to reuse it and change the partial options of it to: menu(type='*' where='@window.name="xxx"') to affect the context menu in another desktop app.

Because I cannot combine these two conditions into single menu config. :(