Skip to content

Instantly share code, notes, and snippets.

@flyxyz123
flyxyz123 / add_alacritty_to_context_menu2.reg
Last active April 19, 2021 23:32
Add Alacritty terminal emulator to Windows 10 context menu with --config-file parameter
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\alacritty]
@="Open Alacritty here"
"Icon"="D:\\Program Files\\Scoop\\apps\\alacritty\\current\\alacritty.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\alacritty\command]
@=hex(2):22,00,44,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
00,46,00,69,00,6c,00,65,00,73,00,5c,00,53,00,63,00,6f,00,6f,00,70,00,5c,00,\
61,00,70,00,70,00,73,00,5c,00,61,00,6c,00,61,00,63,00,72,00,69,00,74,00,74,\
@flyxyz123
flyxyz123 / add_alacritty_to_context_menu.reg
Last active November 4, 2023 23:35 — forked from emlautarom1/add_alacritty_to_context_menu.reg
Add Alacritty terminal emulator to Windows 10 context menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\alacritty]
@="Open Alacritty here"
"Icon"="D:\\Program Files\\Scoop\\apps\\alacritty\\current\\alacritty.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\alacritty\command]
@="\"D:\\Program Files\\Scoop\\apps\\alacritty\\current\\alacritty.exe\" --working-directory \"%V"
[HKEY_CLASSES_ROOT\Drive\shell\alacritty]