Skip to content

Instantly share code, notes, and snippets.

@neuwcodebox
Created February 28, 2025 13:43
Show Gist options
  • Select an option

  • Save neuwcodebox/124c9788d5df941d7208789a299e592f to your computer and use it in GitHub Desktop.

Select an option

Save neuwcodebox/124c9788d5df941d7208789a299e592f to your computer and use it in GitHub Desktop.
Windows context menu for the Warp terminal
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\Warp]
"Icon"="C:\\Users\\{{USER NAME}}\\AppData\\Local\\Programs\\Warp\\warp.exe"
@="Warp에서 열기"
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\Warp\command]
@="\"C:\\Users\\{{USER NAME}}\\AppData\\Local\\Programs\\Warp\\warp.exe\" \"file://%V\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment