Skip to content

Instantly share code, notes, and snippets.

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt]
@="Windows terminal here"
"Icon"="%USERPROFILE%\\\\AppData\\\\Local\\\\terminal\\\\wt_32.ico"
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt\command]
@="C:\\\\Users\\\\Username\\\\AppData\\\\Local\\\\Microsoft\\\\WindowsApps\\\\wt.exe"
[HKEY_CLASSES_ROOT\Directory\shell\wt]
@pfaffenrodt
pfaffenrodt / profiles.json
Created December 2, 2019 23:18
My new Windows Terminal profiles
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{00000000-0000-0000-ba54-000000000002}",
"profiles": [
{
"guid": "{00000000-0000-0000-ba54-000000000002}",
"acrylicOpacity": 0.75,
@pfaffenrodt
pfaffenrodt / phpstorm.reg
Last active March 15, 2017 21:49 — forked from amnuts/phpstorm.bat
Add context menu to Windows 7 to open file/folder in PhpStorm
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\phpstorm]
@="Open File in Phpstorm"
"Icon"="\"C:\\Program Files (x86)\\JetBrains\\PhpStorm 2016.3.3\\bin\\phpstorm64.exe\""
[HKEY_CLASSES_ROOT\*\shell\phpstorm\command]
@="\"C:\\Program Files (x86)\\JetBrains\\PhpStorm 2016.3.3\\bin\\phpstorm64.exe\" \"%1\""
[HKEY_CLASSES_ROOT\Directory\shell\phpstorm]
@pfaffenrodt
pfaffenrodt / PrefetchImageJob.java
Created February 5, 2016 21:30
Example of prefetching images with evernotes JobScheduler https://github.com/evernote/android-job and Picasso http://square.github.io/picasso/
package de.pfaffenrodt.job;
/**
* Copyright (C) 2016 Dimitri Pfaffenrodt
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0