Skip to content

Instantly share code, notes, and snippets.

@HarmJ0y
HarmJ0y / ConvertFrom-UserParameter.ps1
Last active January 30, 2023 11:54
ConvertFrom-UserParameter.ps1
function ConvertFrom-UserParameter {
<#
.SYNOPSIS
Converts a userparameters encoded blob into an ordered dictionary of decoded values.
Author: Will Schroeder (@harmj0y)
License: BSD 3-Clause
Required Dependencies: None
@yiboyang
yiboyang / git_bash_here.ahk
Last active February 17, 2025 02:46
Git bash here in Windows Explorer with Ctrl + Alt + T
;
; AutoHotkey Version: 1.1
; Language: English
; Platform: Win9x/NT
; Author: Yibo
;
; Script Function:
; Define the shortcut Ctrl + Alt + T for launching Git bash in current folder in Windows Explorer
;