Add context menu regedits

This commit is contained in:
2025-10-01 14:02:16 +02:00
parent ce8ff24684
commit a9b9e06324
3 changed files with 28 additions and 1 deletions

2
go.mod
View File

@@ -1,4 +1,4 @@
module datesorter
module dategrouper
go 1.23.6

19
install_context_menu.reg Normal file
View File

@@ -0,0 +1,19 @@
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\Directory\shell\Group by date]
@="Group by date"
[HKEY_CURRENT_USER\Software\Classes\Directory\shell\Group by date\command]
@="C:\\Users\\administrator\\go\\bin\\dategrouper.exe \"%1\""
[HKEY_CURRENT_USER\Software\Classes\*\shell\Group by date]
@="Group by date"
[HKEY_CURRENT_USER\Software\Classes\*\shell\Group by date\command]
@="C:\\Users\\administrator\\go\\bin\\dategrouper.exe \"%1\""
[HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\Group by date]
@="Group by date"
[HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\Group by date\command]
@="C:\\Users\\administrator\\go\\bin\\dategrouper.exe %*"

View File

@@ -0,0 +1,8 @@
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\Software\Classes\Directory\shell\Group by date]
[-HKEY_CURRENT_USER\Software\Classes\Directory\shell\Group by date\command]
[-HKEY_CURRENT_USER\Software\Classes\*\shell\Group by date]
[-HKEY_CURRENT_USER\Software\Classes\*\shell\Group by date\command]
[-HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\Group by date]
[-HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\Group by date\command]