ContextMenuForWindows11 icon indicating copy to clipboard operation
ContextMenuForWindows11 copied to clipboard

Creating Submenus?

Open ghost opened this issue 3 years ago • 7 comments

I wanted to recreate the 7z menu but I couldn't figure out how to do submenus. How would I create 7z/CRC as menu?

ghost avatar Jun 30 '22 16:06 ghost

  1. find the command line of the function of 7z 2.just add menu

ikas-mc avatar Aug 27 '22 01:08 ikas-mc

Sorry but could you elaborate about the second part? I have no idea what you mean by "just add menu". Where do I add it? Am I missing something in the GUI? Or do I need to do it in .json?

Luk164 avatar Oct 11 '22 18:10 Luk164

Hello! I would also like to create a submenus. For example one branch for exiftool, other for ffmpeg, another for 7zip etc.

Root menu
       +-- exiftool 
        |      +-- show exif
        |      +-- clear exif
       +-- ffmpeg
        |      +-- convert tod to prores
        |      +-- convert jpg seq to mp4
        |      +-- convert aac to wav
       +-- 7zip
        |      +-- add to archive
        |      +-- add to archive and send email
       +-- other
               +-- command 1
               +-- command n

szczemp avatar Oct 15 '22 15:10 szczemp

Any Update ?

resi23 avatar Jan 28 '24 14:01 resi23

I'll try,by add a group name option

ikas-mc avatar Jan 31 '24 13:01 ikas-mc