Skip to content

Instantly share code, notes, and snippets.

@kingma-sbw
Created March 22, 2024 07:39
Show Gist options
  • Save kingma-sbw/69d8bab940ec2b87a578ae404abbefe8 to your computer and use it in GitHub Desktop.
Save kingma-sbw/69d8bab940ec2b87a578ae404abbefe8 to your computer and use it in GitHub Desktop.
Git clone here
; registry entry for rmc "Clone here"
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\git-clone]
@="Clone here"
[HKEY_CLASSES_ROOT\Directory\shell\git-clone\command]
@="Powershell -NoProfile -Command \"Set-Location -LiteralPath '%V' ; git clone $(Get-Clipboard)\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment