Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save comp500/5e04bb5253ccbd989f709546abcb8bad to your computer and use it in GitHub Desktop.
Save comp500/5e04bb5253ccbd989f709546abcb8bad to your computer and use it in GitHub Desktop.
Add alacritty to Windows context menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\alacritty]
@="Open Alacritty here"
"Icon"="C:\\Users\\comp500\\scoop\\apps\\alacritty\\current\\alacritty.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\alacritty\command]
@="\"C:\\Users\\comp500\\scoop\\apps\\alacritty\\current\\alacritty.exe\" \"--working-directory\" \"%V%\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment