Skip to content

Instantly share code, notes, and snippets.

View synercoder's full-sized avatar

Gerard Gunnewijk synercoder

View GitHub Profile
@synercoder
synercoder / open-in-claude.reg
Last active July 31, 2025 08:25
Add "Open in Claude CLI" to context menu
Windows Registry Editor Version 5.00
; Add "Open in Claude CLI" to folder context menu
[HKEY_CLASSES_ROOT\Directory\shell\OpenClaudeCLI]
@="Open in &Claude CLI"
"Icon"="pwsh.exe,0"
[HKEY_CLASSES_ROOT\Directory\shell\OpenClaudeCLI\command]
@="pwsh.exe -NoExit -Command \"Set-Location '%1'; wsl bash -i -c 'claude --continue || claude'\""
@synercoder
synercoder / ManyToManyBug.sln
Last active April 4, 2018 09:43
ManyToManyBug
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManyToManyBug", "ManyToManyBug\ManyToManyBug.csproj", "{0660B97F-160A-4FC4-96FD-9F1BBDF086CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU