ikas-mc / ContextMenuForWindows11

Add Custom Context Menu For Windows11
GNU Lesser General Public License v3.0
1.85k stars 90 forks source link

Add the TortoiseGit menu #106

Closed Anson15 closed 7 months ago

Anson15 commented 8 months ago

Trying to make the menu for TortoiseGit like the image but not sure what param need to add image

(The image shown above is the context menu show in Show More Option)

ikas-mc commented 8 months ago

TortoiseGit already supports new context menus

= Release 2.15.0 =

   ...
   Added a button to register the win11 context menu for the current user in TortoiseGit settings on the Windows 11 contextmenu page

sample

https://github.com/ikas-mc/ContextMenuForWindows11/blob/main/menuSample/Open%20TortoiseGit%20Sync%20Window.json


{
    "title":"Open TortoiseGit Sync Window",
    "exe":"\"C:\\Program Files\\TortoiseGit\\bin\\TortoiseGitProc.exe\"",
    "param":"/command:sync /path:\"{path}\"",
}
Anson15 commented 8 months ago

Tried the Register Context Menu button, but it just show the Package Registered then nothing happen to the context menu. Computer restart but still cannot see the TortoiseGit in context menu. Screenshot 2023-12-27 100957 imageedit_2_5129684077

ikas-mc commented 8 months ago

It may be bug https://gitlab.com/tortoisegit/tortoisegit/-/issues